I have a script almost complete but it gets stuck when inserting the pin... It says InPin Out of Range
Simba Code:InPin(Players[CurrentPlayer].Pin);
and in the declare players I have
Simba Code:procedure DeclarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
Players[0].Name := ''
Players[0].Pass := ''
Players[0].Nick := ''
Players[0].Pin := '1234'
Players[0].Active := True
end;
Why is it giving an error?



Reply With Quote





