SCAR Code:
if(not(LoggedIn))then
NextPlayer(False)
if(PlayerStartTime>=Players[CurrentPlayer].Integer1*60)then
NextPlayer(True)
until(ScriptTime(1)>=24)
end.
That is inside my Main Loop.
SCAR Code:
Players[0].Name := '';
Players[0].Pass := '';
Players[0].Nick := '';
Players[0].Active := True;
Players[0].Skill := 'strength';
Players[0].Integer1 := 5
That is an example of a player.
The integer1 represents how long you want the player to run for in minutes.
All it does however, is attempts to attack a man, then just logs out... Help ASAP please!