Is there a way so that I can repeat something until all players are inactive?
This is my main loop:SCAR Code:begin
SetupSRL;
ActivateClient;
DeclarePlayers;
LoginPlayer;
repeat
DummyHit;
NextPlayer(False);
until(False)
end.
Is there a way so that I can change thatto something likeSCAR Code:until(False)SCAR Code:until(Players[AllPlayers].Active := False)
Thanks,
Richard





Reply With Quote










