Results 1 to 7 of 7

Thread: Variable Expected at line 0

  1. #1
    Join Date
    Jan 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default Variable Expected at line 0

    Sorry, fixed the problem on my own!
    Please delete or lock this thread.
    Last edited by girboy; 01-15-2013 at 08:22 PM.

  2. #2
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    Try force updating everything and restarting simba

  3. #3
    Join Date
    Jan 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by The Killer View Post
    Try force updating everything and restarting simba
    Tried that but it didn't fix anything, I feel like it's probably a problem with the code somewhere, but I can't imagine where.

  4. #4
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    Quote Originally Posted by girboy View Post
    Tried that but it didn't fix anything, I feel like it's probably a problem with the code somewhere, but I can't imagine where.
    {.include srl/srl.simba}
    is meant to be {$I SRL/SRL.simba}

  5. #5
    Join Date
    Feb 2012
    Location
    Wonderland
    Posts
    1,988
    Mentioned
    41 Post(s)
    Quoted
    272 Post(s)

    Default

    Check your massive begin / end statements, one's more than likely ''off'' meaning you may have forgot a begin/end. This is most likely the cause of your error iirc; plus don't repeat SetupSRL, setting up bmp's/dtm's and freeing bmp's/dtm's.

    -Lj

  6. #6
    Join Date
    Jan 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by The Killer View Post
    {.include srl/srl.simba}
    is meant to be {$I SRL/SRL.simba}
    Changing it didn't help. I've used both in scripts before, they do the same thing as far as I can tell.

    Quote Originally Posted by Le Jingle View Post
    Check your massive begin / end statements, one's more than likely ''off'' meaning you may have forgot a begin/end. This is most likely the cause of your error iirc; plus don't repeat SetupSRL, setting up bmp's/dtm's and freeing bmp's/dtm's.

    -Lj
    None of them are off, I just double checked and checked again, feel free to check yourself.
    Not repeating those three steps caused the script to error out when any of the DTM's or bmp's got called for anything. I tested these parts long before I got this error.



    EDIT: I fixed it, no need for further assistance.
    Last edited by girboy; 01-15-2013 at 08:20 PM.

  7. #7
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Closed upon request.

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
  •