Results 1 to 5 of 5

Thread: What the heck?

  1. #1
    Join Date
    Mar 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default What the heck?

    Simba Code:
    [Error] (1:1): Unexpected end of file at line 0
    Compiling failed.

    I keep getting that after compiling in simba.simba (I never touched the file, yet it's giving me errors..)

    Here's my last few lines:
    Simba Code:
    const
      NPCChars = CharsNPC;
    {$endif}
    Last edited by Catnipple; 06-14-2012 at 10:01 AM.

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

    Default

    Wrong section, this is for tutorials not questions.
    also post entire script you are trying to run.
    Use simba Tags instreas of code tags.

  3. #3
    Join Date
    Mar 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    My fault, I just saw other questions and assumed it was permitted. I fixed the original post with Simba tags as well. Here's the code that's giving me the error.

    Nevermind, it randomly started working again. Odd, but it's working so can't complain.
    Last edited by Catnipple; 06-14-2012 at 10:14 AM.

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

    Default

    First of all that file seems super outdated.
    SRL used to run on SCAR but it's long since switched to running exclusively on simba.
    Second of all you shouldn't even be trying to run any files/scripts in the includes folder, they are includes not scripts for autoing.

    I suggest you first read the install guide, then read the FAQ thread before going any further.

  5. #5
    Join Date
    Mar 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I wasn't trying to, it was just a misclick. I'm good, thanks for your help

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
  •