hi this is one of my loops of my netter i made:
begin
ClearDebug;
Setup;
NickNameBMP := CreateBitmapMaskFromText(Players[CurrentPlayer].Nick, UpChars);
DeclarePlayers;
ActivateClient;
Begin
If (Not(LoggedIn)) then
Begin
Status('Logging In')
Loginplayer;
end;
end;
HighestAngle;
repeat
FindFishingEquipmentColor;
repeat
FishShrimps;
If ( Not (LoggedIn) ) Then NextPlayer (False)
DropShrimps;
ShittyProgressReport;
FindFishingEquipmentColor;
until
(Players[CurrentPlayer].Integer1=Trips)
Logout;
NextPlayer(true);
Trips := 0
HighestAngle;
MakeCompass('N')
If ( Not (LoggedIn) ) Then NextPlayer (False)
Until False;
end.
my question is that i want it to repeat forever so i want like if player.0 fiishes his trips, player.2 login and fish. and when player 2. finishes his trips if i had only 2 players to log back on player.1 and he start his trips, then he finishes then player 2 fish and then he finishes and then player .1 back on and fish until false. what do i have to do because i did that but it doesnt seem to work.![]()


Reply With Quote



