Results 1 to 5 of 5

Thread: Noob at using SCAR

  1. #1
    Join Date
    Jul 2008
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Noob at using SCAR

    okay, this is my first time using scar and i have a problem with the AnyWherePowerChopper made by P1NKY. the part where it says

    CurrentPlayer := 0;
    NumberOfPlayers(2); // raise if you added more PLAYERS! please

    Players[0].Name :='';
    Players[0].Pass :='';
    Players[0].Nick :='';//3-4 Letters Of Username ( No Capitals! )
    Players[0].Strings[1] := 'willow';//oak or willow or tree or all or dead(LOWERCASE)!
    Players[0].Active :=True;

    Players[1].Name :='';
    Players[1].Pass :='';
    Players[1].Nick :='';
    Players[1].Strings[1] := 'willow';//oak or willow or tree or all or dead(LOWERCASE)!
    Players[1].Active :=True;


    {Players[2].Name :=''; //GO AHEAD ADD MORE PLAYERS IF NEEDED
    Players[2].Pass :='';
    Players[2].Nick :='';
    Players[0].Strings[1] := 'Willow';
    Players[2].Active :=True;


    Players[3].Name :='';
    Players[3].Pass :='';
    Players[3].Nick :='';
    Players[0].Strings[1] := 'Willow';
    Players[3].Active :=True;




    i always get an error saying

    Failed when compiling
    Line 56: [Error] (56:1): Unknown identifier 'CurrentPlayer' in script D:\Program Files\SCAR113\Scripts\AllDeadPowerChopper.scar


    where it says


    Players[0].Name :='';
    Players[0].Pass :='';
    Players[0].Nick :='';//3-4 Letters Of Username ( No Capitals! )
    Players[0].Strings[1] := 'willow';//oak or willow or tree or all or dead(LOWERCASE)!
    Players[0].Active :=True;


    i type in my login name, my pass and the first 4 letters of my login name and i change 'willow' to tree because obviously im trying to get trees. is there something im missing?

  2. #2
    Join Date
    May 2007
    Location
    Netherlands, Amersfoort
    Posts
    2,701
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    did you removed
    SCAR Code:
    {.include srl/srl.scar}
    by accident?

    that might be causing your problem

  3. #3
    Join Date
    Jul 2008
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    no, its still there. the error is still coming up

  4. #4
    Join Date
    Jul 2007
    Location
    Ottawa, Canada
    Posts
    930
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    'and i change 'willow' to tree because obviously im trying to get trees. is there something im missing?'... LOL... you should download the latest srl. and currently half of it is broken... so youll have to wait a bit.
    ~ Metagen

  5. #5
    Join Date
    Jun 2007
    Location
    south park
    Posts
    1,160
    Mentioned
    0 Post(s)
    Quoted
    62 Post(s)

    Default

    did u try redown load it?


    i thought none of the scripts are working
    http://www.youtube.com/user/YoHoJoSRL
    Good scripting guides on youtube
    Formerly known as (djcheater)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Noob to SCAR
    By buggyboy33 in forum OSR Help
    Replies: 4
    Last Post: 09-28-2008, 04:09 AM
  2. Scar Noob....
    By silentarts in forum OSR Help
    Replies: 3
    Last Post: 08-13-2008, 02:49 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
  •