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?


Reply With Quote







