Results 1 to 3 of 3

Thread: quick easy help with an error please?

  1. #1
    Join Date
    Aug 2007
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default quick easy help with an error please?

    I run this....

    SCAR Code:
    program New;
    {.include SRL\SRL.Scar}

    begin
    MMouse(640, 340, 10, 10, true);
    end.

    And I end up with this

    Line 5: [Error] (16211:32): Invalid number of parameters in script

    I'm sure this a noob question, but at least I tried googling it first

  2. #2
    Join Date
    Oct 2006
    Location
    ithurtsithurtsithurtsithurts
    Posts
    2,930
    Mentioned
    7 Post(s)
    Quoted
    135 Post(s)

    Default

    Use Mouse if you want to click. MMouse is just for moving, and simply takes the coordinates and the randomness as parameters, no booleans.

  3. #3
    Join Date
    Aug 2007
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks I was misunderstood Mouse as oudated because I read this...

    http://www.villavu.com/forum/showthread.php?t=4625

    along with a couple of other tuts so i got it fixed now

    sorry for the noob question

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. need help on a quick annoying error
    By godspower55 in forum OSR Help
    Replies: 4
    Last Post: 10-19-2008, 12:22 AM
  2. Just a quick easy one [I think]
    By Sp0rky in forum OSR Help
    Replies: 4
    Last Post: 03-01-2007, 11:05 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
  •