Results 1 to 3 of 3

Thread: hmmm problem..

  1. #1
    Join Date
    Jan 2007
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default hmmm problem..

    Okay so i am reading JAD's Tutorial on basic SRL commands and... i cant get past the first step... =( embarrassing.

    This is the code.

    SCAR Code:
    procedure Example1;

    var
    x,y: Integer;                          /////GSG

    begin
    if(FindColor(x,y,32768,0,0,500,500))then
    MMouse(x,y,0,0);
    end.

    This is the problem when i try to run it.

    Failed when compiling
    Line 8: [Error] (8:1): Unknown identifier 'MMouse' in script

  2. #2
    Join Date
    Nov 2006
    Location
    NSW, Australia
    Posts
    3,487
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    {.include SRL/SRL.scar}

    Put that at the beginning of the script.
    [CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
    [CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]

    [CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]

  3. #3
    Join Date
    Jan 2007
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by SantaClause View Post
    SCAR Code:
    {.include SRL/SRL.scar}

    Put that at the beginning of the script.
    ahh figured it out now with that thanks a ton =)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. hmmm
    By Awkwardsaw in forum OSR Help
    Replies: 35
    Last Post: 05-16-2008, 01:24 PM
  2. Hmmm help on continues.
    By yamaha317 in forum OSR Help
    Replies: 7
    Last Post: 02-26-2008, 08:58 AM
  3. hmmm
    By Dangerous Garden Tools in forum OSR Help
    Replies: 2
    Last Post: 01-29-2008, 04:48 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
  •