Results 1 to 5 of 5

Thread: Line 578: [Error] (15460:11): Assignment expected in script C:\BH - Woodcutter + Fire

  1. #1
    Join Date
    Nov 2007
    Location
    lol
    Posts
    176
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Line 578: [Error] (15460:11): Assignment expected in script C:\BH - Woodcutter + Fire

    why i got this error of all scripts i ever downloaded never one did worked i always get error and i realy need this firemaker it works with other people please help

  2. #2
    Join Date
    Mar 2007
    Location
    Netherlands->Amersfoort.
    Posts
    1,615
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    When it works for other and not for you. and you get this error in every script the best you can do is just reinstall scar and srl.
    but try to post the error in the topic of BH. maby he knows the awnser

  3. #3
    Join Date
    Jun 2006
    Location
    USA
    Posts
    1,828
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by rikjess View Post
    When it works for other and not for you. and you get this error in every script the best you can do is just reinstall scar and srl.
    but try to post the error in the topic of BH. maby he knows the awnser
    Reinstall? No way dude.

    That kind of error comes in situations like this:
    SCAR Code:
    var
      Lol: Integer;

    begin
      Lol = 101;
    end.
    When declaring variables value, there must be ':' before the '='.

    Go to the error line (578), and check if there is forgotten ':' before '='.

  4. #4
    Join Date
    Mar 2007
    Location
    Netherlands->Amersfoort.
    Posts
    1,615
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Pentti View Post
    Reinstall? No way dude.
    i know but ''why i got this error of all scripts i ever downloaded''
    the same error in every script. thats impossible. thats only possible when you have a mistake in srl

  5. #5
    Join Date
    Jun 2007
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    i know how to repair this

    look i know how to repair this
    go to line 578 nad here what need to be from line 574 to line 591 and it worked for me just edit and youll see and i think you do this ok just try

    but do without -


    --begin
    ----HighestAngle;
    ----Writeln('Began WhatToCut;');
    ----if TreeToCut and
    ----TreeToCut = Normal then
    ----begin
    -----CutNormalLogs;
    ----end;
    ----if (TreeToCut = Oak) then
    ----begin
    -----CutOakLogs;
    ----end;
    ----if (TreeToCut = Willow) then
    ----begin
    -----CutWillowLogs;
    ----end;
    --end;
    end;

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: 11-02-2008, 12:39 PM
  2. Replies: 10
    Last Post: 06-01-2008, 02:15 PM
  3. Line 0: [Error] (0:1): Variable Expected in script
    By cathering_ in forum OSR Help
    Replies: 15
    Last Post: 09-09-2007, 11:40 AM
  4. Line 1: [Error] Variable Expected in script
    By Fearlesssss in forum OSR Help
    Replies: 7
    Last Post: 05-26-2007, 10:12 PM
  5. Assignment expected in script [Error]
    By marneus901 in forum OSR Help
    Replies: 2
    Last Post: 03-25-2007, 05:09 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
  •