Results 1 to 2 of 2

Thread: Identifier Expected

  1. #1
    Join Date
    Aug 2007
    Location
    Australia
    Posts
    133
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Identifier Expected

    I'm getting Identifier Expected with this:

    SCAR Code:
    procedure FullInventory;
    begin
      Status('Dropping logs');
      Writeln('Dropping logs');
      repeat
        if InvFull then
        begin
          if EquipAxe then
          if FindDTM(Logs, x, y, MIX1, MIY1, MIX2, MIY2) then
          begin
            MMouse(x, y, 4, 4);
            if IsUpText(TreeToCut) then
            begin
              Mouse(x, y, 0, 0, False);
              ChooseOption('rop');
      until(not(FindDTM(Logs, x, y, MIX1, MIY1, MIX2, MIY2)));
            end;
          end;
        end;
    end;

    No idea why. Please help.
    Thanks
    Quote Originally Posted by The Un-Named View Post
    You can do this a few times before mods catch on...

    "oh fuck, I think the icecream truck just knocked a kid over, brb".

  2. #2
    Join Date
    Jun 2006
    Location
    USA
    Posts
    1,828
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    end;
    end;
    end;
    until(not(FindDTM(Logs, x, y, MIX1, MIY1, MIX2, MIY2)));

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Identifier Expected
    By Torrent of Flame in forum OSR Help
    Replies: 9
    Last Post: 02-23-2008, 01:21 PM
  2. Identifier expected
    By badandymitch in forum OSR Help
    Replies: 4
    Last Post: 05-31-2007, 11:57 PM
  3. Identifier Expected
    By PwNZoRNooB in forum OSR Help
    Replies: 5
    Last Post: 05-03-2007, 07:05 PM

Posting Permissions

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