Results 1 to 3 of 3

Thread: I need scripting help

  1. #1
    Join Date
    Nov 2007
    Location
    The Netherlands
    Posts
    1,490
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default I need scripting help

    Hello everyone,
    I'm quite new to Scar.
    But I can program a bit.
    When I try a script, I always get errors.
    (I tried scripts from others to look how scar works).
    The scripts of them seem to be good.
    I'm sure that I setted up the players good.
    I always get errors like:
    integer error.
    assignement expected..
    Can anyone help me please
    Thanks for helping me.

  2. #2
    Join Date
    Feb 2007
    Location
    EST (US East Coast)
    Posts
    250
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Posting the script that gets you errors will be more helpful. However, I can tell you right away how to fix an "Assignment Expected" problem.
    SCAR Code:
    program Example;
    var
      i : Integer;
    begin
      i := 5;
      i := i * i;
    end.
    Need that colon before the equals sign, since I'm assuming you have it as just an equals sign.
    Temporarily inactive.

  3. #3
    Join Date
    Apr 2007
    Location
    Michigan -.-
    Posts
    1,357
    Mentioned
    2 Post(s)
    Quoted
    4 Post(s)

    Default

    METAL HEAD FOR LIFE!!!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. rsc scripting help?
    By owntpls in forum OSR Help
    Replies: 0
    Last Post: 11-23-2007, 11:57 AM
  2. Scripting Help!
    By camdo2 in forum OSR Help
    Replies: 4
    Last Post: 10-25-2007, 06:51 AM
  3. need help for scripting
    By utot na grin in forum OSR Help
    Replies: 2
    Last Post: 01-07-2007, 04:22 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •