Results 1 to 3 of 3

Thread: simple error?

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

    Default simple error?

    what is the error?

    procedure check;

    begin
    wait(100)
    mmouse(1271, 344)
    wait(100 + Random(50));
    holdmouse(1271, 344, true)
    wait(100)
    mmouse(1271, 537)
    wait(100)
    releasemouse(1271, 537, true)
    wait(100)
    end;

    Line 19: [Error] (14700:18): Invalid number of parameters in script

    this wasnt there wen i was using scar 3.06 and just movemouse and clickmouse

  2. #2
    Join Date
    Jan 2007
    Location
    Tennessee
    Posts
    642
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Type in a procedure or function in scar then press Ctrl + Space.
    Ex- MMouse(now press Ctrl + Space)
    It will show you the parameters you need to put in.

  3. #3
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    you need semicolons at the end mmouse etc...

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Simple Error (I think :o)
    By Q Golden Q in forum OSR Help
    Replies: 5
    Last Post: 02-19-2009, 02:58 AM
  2. Simple (I think) error.
    By Oranges_Exist in forum OSR Help
    Replies: 2
    Last Post: 03-20-2008, 04:17 AM
  3. ~Another Simple Error~
    By Ephraim2007 in forum OSR Help
    Replies: 10
    Last Post: 05-07-2007, 12:32 AM
  4. Need help, only having one simple error!
    By Kinthral in forum OSR Help
    Replies: 4
    Last Post: 05-03-2007, 03:45 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
  •