i get this error
Line 72: [Error] (14886:32): Identifier expected in script C:\DOCUME~1\Owner\LOCALS~1\Temp\VarrockLumberjack V1.5.scar
/////////////////// Set these if you like /////////////////////
const
JADMouseSpeed = true; //recommended. Sets mouse speed to a good pace.
TurnOffMusic = true; //turn off all sound effects/music on runescape while autoing?
TheFloorColor = 0; //The color of the floor in the bank (brownish). Set to 0 to have script auto pick the color.
Run = true; //Do you want the script to run when going to the trees you are chopping?
Dist = 1; //For Willow walking. set at 0, 1 or 2. 0 will be the most reliable, making almost perfect walking,
//1 may be a little less reliable, but faster walking, 2 will be less reliable, but faster. Make it
//Lower if the script is getting lost after just a couple trips..
//You may want to set this to 2 or 3 if running though!
{************************************************* *************************
----------> Setup Players here <----------
************************************************** ************************}
procedure DeclarePlayers;
begin
HowManyPlayers := 1; //Number of PLAYERS. active or not.
!@!@!
(ERROR HERE LINE 72!!!!!) NumberOfPlayers(HowManyPlayers)= 2;
!@!@!@
CurrentPlayer := 0; //Player to start on.
//set all user names, passwords and nicks correctly please.
Players[0].Name := 'xxtigrblood';
Players[0].Pass := 'actual password here';
Players[0].Nick := '';
Players[0].Boolean1 := True; //Set to true if you want to do the highest possible tree always. If set to true, will ignore String1.
Players[0].Boolean2 := True; //Is the axe weilded? MUST be set correctly!
Players[0].String1 := 'trees'; //What to chop? trees, oaks, willows or yews.
Players[0].Integer1 := 20; //How many loads to do before switching players?
Players[0].String2 := '0000'; //Bank pin if any
Players[0].Active := True;
is there any thing wrong with this


Reply With Quote





