Ok so i want to use some thing like
Simba Code:If GetLevel >= Players[i].Integers[1] Then
So i want would i put in this bit?
Simba Code:Procedure DeclarePlayers;
Begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
With Players[0] Do
Begin
Name := '';
Pass := '';
Nick := '';
Active := True;
Pin := '';
Integer :=
End;
End;
Thanks for all your help





Reply With Quote



