at the bottom it says:Code:program New; begin HowManyPlayers :=6; NumberOfPlayers(HowManyPlayers); CurrentPlayer:=0; Players[0].Name :='yourname'; Players[0].Pass :='yourpass'; Players[0].Nick :='urna'; Players[0].Loc :='falador'; Players[0].Skill:='yourskill'; Players[0].Active:=True; if Players[CurrentPlayer].loc='falador' then begin WalkToMine; end; end
Line 4: [Error] (4:1): Unknown identifier 'HowManyPlayers' in script
why isn't this working?? I took it all from the SRL manual except I added the word "Falador" in 2 times... what could the problem be?


Reply With Quote









