Results 1 to 6 of 6

Thread: Help on Scripting

  1. #1
    Join Date
    Mar 2009
    Location
    Antaractica, Penguin Drive
    Posts
    140
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Help on Scripting

    Well I was working on making a auto-miner and it keeps giving me this error:
    Line 5: [Error] (16211:1): Semicolon (';') expected in script
    Now, before you call me an idiot yes there is a semicolon at the end of that line. Here it is if that helps...
    Code:
    procedure mine;
    Is this some kind of strange error and is there a way to fix it?

  2. #2
    Join Date
    Mar 2009
    Location
    Canada
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Line 5: [Error] (16211:1): Semicolon (';') expected in script
    Usually means that there is no semicolon on the previous lines hope that helps

  3. #3
    Join Date
    Mar 2009
    Location
    Antaractica, Penguin Drive
    Posts
    140
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  4. #4
    Join Date
    Mar 2009
    Location
    Canada
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hope to see your miner soon

  5. #5
    Join Date
    Mar 2009
    Location
    Ireland
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    and in the mining skill include there is a prochedure called 'mine' already, so call it something else to avoid a double declaration error

  6. #6
    Join Date
    Mar 2009
    Location
    Antaractica, Penguin Drive
    Posts
    140
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok that should help. Maybe I'll call it... AutoMine? ^^

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
  •