Results 1 to 4 of 4

Thread: wata beep

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

    Default wata beep

    this is a lobsterfishing script i did today(my 3rd script) and it says:

    error : period expected in script.

    wtf my script isnt finished yet, its just a procedure finish and it says this wtheck!

    this is procedure:

    begin
    FindSymbol(x,y,'transportation');
    Mouse(x,y,4,4,true);
    Flag;
    end;
    end;

    helpsome1

  2. #2
    Join Date
    Jun 2006
    Location
    Tennessee, USA
    Posts
    2,603
    Mentioned
    1 Post(s)
    Quoted
    46 Post(s)

    Default

    you dont need two ends; because you only have one begin

  3. #3
    Join Date
    Jan 2007
    Location
    USA
    Posts
    1,782
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    here it is fixed

    SCAR Code:
    begin
    FindSymbol(x,y,'transportation');
    Mouse(x,y,4,4,true);
    Flag;
    end;

    Join the fastest growing merchanting clan on the the net!

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

    Default

    Quote Originally Posted by macromacro123 View Post
    this is a lobsterfishing script i did today(my 3rd script) and it says:

    error : period expected in script.

    wtf my script isnt finished yet, its just a procedure finish and it says this wtheck!

    this is procedure:

    begin
    FindSymbol(x,y,'transportation');
    Mouse(x,y,4,4,true);
    Flag;
    end;
    end;

    helpsome1
    lol im working on an auto fisher too and dont give in when the going gets tough man

    They are sisters...
    Runescape Classic

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
  •