I'm using NextPlayer in my script and it doesn't seem to work for some reason. I will do a trip of mining then get back to the mine and I have it set to go to the next player after 1 trip but for some reason it gets back to the mine and just sits there. I check the debug box and it says "Next Player" like it is going to do it but never does it. Here's what i have:
SCAR Code:if (i=(Players[CurrentPlayer].Integer1)) then
begin
AllPlayersInactive;
NextPlayer(True);
end else
AllPlayersInactive;
NextPlayer(False);
If someone could help me it would be very appreciated






Reply With Quote

