
Originally Posted by
IronTeapot
well for starters, did you properly drag the cross hairs to the rs window?
second i dont know if CMMouse is actually a procedure. If you have flag that means you have clicked, so it should just be Mouse(x,y,rx,ry,true)
and lastly and the most important in the rx and ry values you have in CMMouse(x, y, 1000, 1500). 1000 and 1500 are the random amounts to move along the x or y coordinates away from the original x and y. the rs game is only about 800 by 600 or so. you getting it to click on places that dont exist inside teh client window, and therefore can not do anything, and results in an error.
Also, how come you keep changing around the procedure, adding things that dont need to be there (var x,y : Integer; for example, thats declared when you do {.include Srl/Srl.scar} which you should be using anyways)
even after i fixed it originally up at the top of this thread?