Results 1 to 3 of 3

Thread: Identifier Expected And Finding X,Y

  1. #1
    Join Date
    Apr 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Identifier Expected And Finding X,Y

    Simba Code:
    procedure Banking;                                    <--Line 32
    begin
    if (InvFull) then
    begin
    SetupSRL;
       SPS_Setup(RUNESCAPE_SURFACE, ['0_0']);
       ToBank := [Point(76, 40), Point(38, 71)];

       SPS_WalkPath(ToBank);



    Identifier expected at line 32
    Compiling failed.


    Also, I can't seem to find the appropriate coordinates for the Runecrafting Guild

  2. #2
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    What's above line 32?

  3. #3
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Your missing two end;'s there. So basically put two after the SPS_WalkPath
    Current Project: Retired

Thread Information

Users Browsing this Thread

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

Posting Permissions

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