
Originally Posted by
DannyRS
It's best to write your own, but I added P07_FindObj (Official SRL FindObj by Starblaster), if you can find a tutorial on using that, maybe give that a go
I attempted to use FindColor and Mouse as it works for my walking (I have no idea what SPS is, I'm a newb) but it did nothing when I ran the script. I know that the script completed the procedure because the Writeln I put after the procedure showed.
Just tried P07_FindObj and it worked! Thank you very much! 
Also, I don't feel the neccessity of making a new thread for such a small issue, but what does the variant "button" mean?
Simba Code:
procedure Mouse(mousex, mousey, ranx, rany: Integer; button: variant);