Results 1 to 3 of 3

Thread: I need help it keeps giving me an error!

  1. #1
    Join Date
    Dec 2006
    Posts
    281
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default I need help it keeps giving me an error!

    ok well every time i go run script (im just writing one) It Gives me this error,

    Line 38: [Error] (3442:1): Semicolon (';') expected in script C:\Documents and Settings\Administrator\My Documents\scotts\My Scripts\Working On\powerchopper1.scar

    ok now look at my script so far this is just the beggining,

    program PowerChopper;
    {.includes\SRL/SRL/Skill/Woodcutting.scar}
    {.include Si.scar}

    32-//Edit The Things In This Box Only!//
    33-////////////////////////////////////////////////////////////////////
    34-const
    35-TreeColor1 =3041376;//Color Of The Tree You Want To Chop.
    36-TreeColor2 =1581080;//Color Of The Tree You Want To Chop.
    37-TreeType ='Tree'//Enter The Tree Type Here.
    38-logoutnumset =12000; //Times to click trees before logging out.
    39-TakeScreenshot=True; // Take Screenies Of The Reward From Boxsolver
    40-////////////////////////////////////////////////////////////////////



    the numbers are what lines they arnt writin in the script please tell me whats wrong

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

    Default

    Replace line 37 with this:
    SCAR Code:
    TreeType ='Tree'; //Enter The Tree Type Here.

    Oh and btw, just only use SRL include.
    SCAR Code:
    program PowerChopper;
    {.include SRL/SRL.scar}
    {.include SRL/SRL/Skill/Woodcutting.scar}

  3. #3
    Join Date
    Dec 2006
    Posts
    281
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    thanks penti could you also go on msn cause i need to ask you some more questions :P

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Why is this giving me an error?
    By xxmynameisjohnxx in forum OSR Help
    Replies: 9
    Last Post: 12-14-2007, 04:43 AM
  2. Giving 100k for the one who can help me!!
    By zehhacker in forum RS3 Outdated / Broken Scripts
    Replies: 9
    Last Post: 09-01-2007, 05:43 PM
  3. My first attempt at giving back to SRL
    By Deni_mulic in forum First Scripts
    Replies: 4
    Last Post: 08-13-2007, 02:33 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
  •