Results 1 to 5 of 5

Thread: SRL Scripting Commands?

  1. #1
    Join Date
    Jun 2006
    Posts
    0
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default SRL Scripting Commands?

    I need a list of scripting commands for SRL so i can start scripting thanks!

  2. #2
    Join Date
    Feb 2006
    Posts
    328
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by todd
    I need a list of scripting commands for SRL so i can start scripting thanks!
    Read the manual, there is way to many to just "tell" you.

    Wtf is with this popup?

  3. #3
    Join Date
    Jun 2006
    Posts
    0
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    <3 you thank you very much!

  4. #4
    Join Date
    Feb 2006
    Posts
    328
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by todd
    <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);


    Wtf is with this popup?

  5. #5
    Join Date
    Mar 2006
    Posts
    163
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    i suggest you download scar tutorial by driger it has the basic that you need to know to script

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Need some help with commands
    By godspower55 in forum OSR Help
    Replies: 3
    Last Post: 10-16-2008, 12:29 AM
  2. All SRL commands
    By Gala in forum OSR Help
    Replies: 5
    Last Post: 10-10-2007, 01:37 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •