Results 1 to 3 of 3

Thread: confused

  1. #1
    Join Date
    May 2007
    Location
    UK
    Posts
    4,007
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default confused

    hey i have this:

    SCAR Code:
    MakeCompass('N');
    RunTo('E', True);
    Wait(7000 +Random(3000));
    RunBack;

    and i try to compile it and it says invalid number of parameters
    what do i do?

    T ~ M

  2. #2
    Join Date
    Jun 2007
    Location
    Belgium
    Posts
    333
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Do you have Rev#10, cause i get Unknown identifier 'RunBack' i think that one got taken out in the new rev.

  3. #3
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Just use RunAway, all that in one line

    procedure RunAway(dir: string; RunFar: Boolean; Action, WaitTime: Integer);

    EDIT: And yes, MapWalk.scar doesn't even have RunBack, update to SRL Rev #10

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Confused
    By massive630 in forum OSR Help
    Replies: 11
    Last Post: 01-19-2009, 11:29 PM
  2. I'm a little confused
    By 499185 in forum SRL Site Discussion
    Replies: 5
    Last Post: 09-21-2007, 04:23 AM
  3. UID.dat .. really confused to what it does :S:S
    By koolkishan in forum News and General
    Replies: 13
    Last Post: 09-07-2007, 08:25 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
  •