
Originally Posted by
i dont dd0s
Getting this error.
HowManyPlayers := 0;
NumberOfPlayers(HowManyPlayers); 0;
CurrentPlayer := i dont dd0s;
with Players[1] do
begin
Name := 'omgihaxxxx';
Pass := 'notforyou';
Pin := ''; // right now banking for hood not supported, might be in future
// so you don't need to fill it just yet
BoxRewards := ['XP', 'Lamp', 'Book', 'mote', 'ostume', 'ssence'];
LampSkill := SKILL_RUNECRAFTING;
Member := false;
Active := True;
[Error] (42:3): Unknown identifier 'HowManyPlayers' at line 41
Compiling failed.
What should i put for howmanyplayers?
__________________
it shd be
Simba Code:
HowManyPlayers := 1;
//u r botting at least 1 player right? it shd never be 0
NumberOfPlayers(HowManyPlayers); // what is the 0; for?
CurrentPlayer := 1;
{it should be an integer, which correspond to the code below: "with Players[1] do" <<whatever that is inside the []