Log in

View Full Version : SRL Scripting Commands?



todd
06-15-2006, 05:27 PM
I need a list of scripting commands for SRL so i can start scripting thanks! :D

I remember first post=p
06-15-2006, 05:31 PM
I need a list of scripting commands for SRL so i can start scripting thanks! :D

Read the manual, there is way to many to just "tell" you.

todd
06-15-2006, 05:40 PM
<3 you thank you very much!

I remember first post=p
06-15-2006, 06:01 PM
<3 you thank you very much!

:) As long as your willing to learn, I'll tell you some basic ones.

Mouse(mousex, mousey, ranx, rany : Integer; left : Boolean);

So mousex = the x coordinate, mousey = the y coordinate, ranx and rany are the random amounts you want the script to click off by.

A boolean is always a true; or a false;

So left : boolean would either be true or false. So use left click or click with the right mouse button.

As an example : Mouse(500, 500, 5, 5, True);

:)

-chaos-
06-15-2006, 10:55 PM
i suggest you download scar tutorial by driger it has the basic that you need to know to script