Results 1 to 3 of 3

Thread: 07 Scape Flax Picker help!

  1. #1
    Join Date
    Mar 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default 07 Scape Flax Picker help!

    I made a flax picker. I keep getting an error on it tho. Once it is fixed i will release.

    It says
    [Error](244:23): Closing parenthesis expected at line 243. Compiling failed

    program LumbridgeBowstringSpinner;


    This is my line 243:
    until((flaxspun * 28) >= (flaxtospin));

  2. #2
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    can we see more? Also wrong section

    Simba Code:
    until((flaxspun * 28) := (flaxtospin));

    Not sure what &gt is or the ;

  3. #3
    Join Date
    Jan 2012
    Posts
    1,104
    Mentioned
    18 Post(s)
    Quoted
    211 Post(s)

    Default

    You cant have ; after until.

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
  •