Results 1 to 8 of 8

Thread: error?

  1. #1
    Join Date
    Mar 2007
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default error?

    i try this:

    program New;
    {.include srl/srl.scar}
    begin
    SetupSRL;
    MakeCompass('N')
    end.

    and it returns an error:
    Line 205: [Error] (364:1): Semicolon (';') expected in script C:\Programmer\SCAR 3.15\includes\SRL/SRL/Core/Math.scar


    i have just downloaded srl:
    SRL version 420 has been downloaded and installed.

    please help me quick
    \\Batnas
    My first script!!!
    http://www.srl-forums.com/forum/show...tupost&t=32388

    There are 10 kind of people in the word
    -Those who can the binary
    -And those who can't

    http://www.srl-forums.com/forum/diff...ls-t30279.html

    http://www.srl-forums.com/forum/tut-...radial+walking

  2. #2
    Join Date
    Aug 2007
    Posts
    75
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    semicolon needed after 'end'?

  3. #3
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  4. #4
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    You're both wrong. You just need a semi-colon after the SetCompass('N');


    Good luck scripting

  5. #5
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by EvilChicken! View Post
    You're both wrong. You just need a semi-colon after the SetCompass('N');


    Good luck scripting
    i have heard about this error before and it could happen by two ways

    1. srl just downloaded wrongly (deleting the includes folder then redownloading srl will fix)

    2. he downloaded rev#1 by going to file -> Download srl (downloading through svn will fix)

    ~shut

  6. #6
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Shuttleu View Post
    i have heard about this error before and it could happen by two ways

    1. srl just downloaded wrongly (deleting the includes folder then redownloading srl will fix)

    2. he downloaded rev#1 by going to file -> Download srl (downloading through svn will fix)

    ~shut
    SRL version 420 has been downloaded and installed.
    Looks like he did, but look at his script.
    He is clearly just missing a semicolon, just paste it in SCAR and you'll see that the same will happen to you.

    Please, let's not argue over this.

  7. #7
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  8. #8
    Join Date
    Mar 2007
    Location
    Alberta, Canada
    Posts
    1,780
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    lol yeah, just add semicolon after the compass(n), and it will work fine. I dont think you have a need to re-install all rev things.
    PM me if you need some help

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Line 135: [Error] (14845:1): Syntax error in script
    By AbsTrACt'^.| in forum OSR Help
    Replies: 16
    Last Post: 05-23-2008, 01:14 PM
  2. Replies: 5
    Last Post: 02-26-2008, 04:14 PM
  3. Smart error and Some kind of Math.scar error
    By FagetHax0r in forum OSR Help
    Replies: 6
    Last Post: 02-24-2008, 10:43 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
  •