- Joined
- Feb 23, 2008
- Messages
- 587
-
For each (Integer A) from 0 to MaxPlayers_PlusPark, do (Actions)
-
Loop - Actions
-
Wait 5.00 seconds
-
Wait 5.00 game-time seconds
-
For each (Integer B) from ((Integer A) x MaxTracksPerPlayer) to (((Integer A) + 1) + MaxTracksPerPlayer), do (Actions)
-
Loop - Actions
-
Set CartSpeeds[(Integer B)] = CartStartSpeed
-
Set TrackMPZ[(Integer B)] = 5.00
-
Set TrackEPZ[(Integer B)] = 5.00
-
Set TrackModel[(Integer B)] = No unit
-
-
-
-
MaxPlayers_PlusPark = 8
MaxTracksPerPlayer = 500 (Would like this to be 1000 at some point)
My Issue is this Doesn't Run. I Think because it gos over some sorta limit. I tried using waits and it doesn't seem to help any ideas?