Results 1 to 3 of 3

Thread: help with error

  1. #1
    Join Date
    Oct 2007
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default help with error

    Line 12: [Error] (15040:30): Close round expected in script

    Program New;
    {.include SRL/SRL.scar}
    var
    x:integer;
    y:integer;
    procedure walkback;

    Begin
    setupsrl;

    repeat
    RadialWalk(FindRoadColor , 94, 108, 60, -1,-1);
    until (findsymbol(x,y,'bank');

    end;

    begin;
    walkback;
    end.




    that is the whole script, it is supposed to walk back to the bank from a spot, but i can not get it to work. if anyone could help me or say what i did wrong it would be appreciated.

  2. #2
    Join Date
    Sep 2006
    Location
    West U.S.
    Posts
    2,172
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    SCAR Code:
    Program New;
    {.include SRL/SRL.scar}
    var
    x:integer;
    y:integer;
    procedure walkback;

    Begin
    setupsrl;

    repeat
    RadialWalk(FindRoadColor , 94, 108, 60, -1,-1);
    until (findsymbol(x,y,'bank'));

    end;

    begin;
    walkback;
    end.

    try that and see if it works

    They are sisters...
    Runescape Classic

  3. #3
    Join Date
    Oct 2007
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it says, could not find road color >:O

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Line 135: [Error] (14845:1): Syntax error in script
    By AbsTrACt'^.| in forum OSR Help
    Replies: 16
    Last Post: 05-23-2008, 01:14 PM
  2. Replies: 5
    Last Post: 02-26-2008, 04:14 PM
  3. Smart error and Some kind of Math.scar error
    By FagetHax0r in forum OSR Help
    Replies: 6
    Last Post: 02-24-2008, 10:43 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
  •