Results 1 to 8 of 8

Thread: Unknown Idtifier

  1. #1
    Join Date
    Mar 2007
    Posts
    276
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Unknown Idtifier

    This wont work.. says Line 8: [Error] (8:1): Unknown identifier 'MMouse' in script


    Code:
    MMouse(582,229,10,10)

  2. #2
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    program new;
    {.include srl\srl.scar} at the top?

  3. #3
    Join Date
    Dec 2006
    Location
    Australia
    Posts
    698
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    If not post your script and well see

  4. #4
    Join Date
    Jun 2006
    Location
    New Zealand
    Posts
    285
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    And you're missing a parameter in MMouse -
    SCAR Code:
    MMouse(582,229,10,10,true)
    Huehuehuehuehue

  5. #5
    Join Date
    Dec 2006
    Location
    Australia
    Posts
    698
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    no thats Mouse(x, y, 2, 2, False);, that has either true or false

  6. #6
    Join Date
    Mar 2007
    Posts
    276
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Boreas View Post
    program new;
    {.include srl\srl.scar} at the top?
    yes

  7. #7
    Join Date
    Mar 2007
    Posts
    276
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is where something is going wrong.
    Invalid number of parameters in script


    Code:
    program New;
    {.include SRL\SRL.SCAR}
    
    begin;
     MMouse(582,229,10,10,true);
      Wait(200);
       Mouse(582,229,15,10,flase);
    end.

  8. #8
    Join Date
    Oct 2006
    Location
    Ireland
    Posts
    855
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Instead of mmouse use mouse

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Help Unknown Identifier.
    By Minkino in forum OSR Help
    Replies: 2
    Last Post: 10-04-2008, 12:49 AM
  2. Unknown Identifier
    By gillian in forum OSR Help
    Replies: 2
    Last Post: 03-03-2008, 01:14 AM
  3. unknown?
    By Keiraan in forum OSR Help
    Replies: 5
    Last Post: 08-29-2007, 12:44 PM
  4. Unknown Sig
    By Hey321 in forum Semi Stupid Pictures
    Replies: 1
    Last Post: 04-23-2007, 05:15 AM

Posting Permissions

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