Results 1 to 2 of 2

Thread: Putting in repeat at the end (mining script)

  1. #1
    Join Date
    Jul 2008
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Putting in repeat at the end (mining script)

    Can someone please help me put a repeat at the end of my script. Also, it comes up with "identifier unknown/unexpected". Can anyone help me with this please

  2. #2
    Join Date
    Jun 2008
    Location
    Somewhere
    Posts
    117
    Mentioned
    2 Post(s)
    Quoted
    4 Post(s)

    Default

    Code:
    procedure MainLoop;
     begin
     repeat
       Chopping;
       AntiBan;
       AntiRandoms;
       if invfull then Droplog;
     until false;
    end;
    Do you mean like this?

    and you do not put it at the end of the script,
    you put it before things that you want scar to repeat
    like my example;

    See I want it to Repeat Chopping(cutting trees)
    antiban
    and antirandoms
    and Droplogs(drop logs)

    If you do not add it before these things it will do nothing.

    I hope this helps

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How Do I Make The Script Repeat Itself?
    By jlbmc in forum OSR Help
    Replies: 4
    Last Post: 01-08-2008, 07:14 AM
  2. Help With putting srl stats into my script?
    By Dangerous Garden Tools in forum OSR Help
    Replies: 1
    Last Post: 09-27-2007, 05:10 AM
  3. Need help with putting forms into my script.
    By Dangerous Garden Tools in forum OSR Help
    Replies: 5
    Last Post: 09-24-2007, 10:22 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
  •