- Joined
- Sep 24, 2007
- Messages
- 300
With this trigger turned on, game freezes after 10 seconds, if it's off, it doesn't.
So, it must be something wrong with it, a possible leak or something.
So, it must be something wrong with it, a possible leak or something.
-
move turtles
-
Events
-
Time - Every 5.00 seconds of game time
-
-
Conditions
-
Actions
-
Set tempgroup = (Units of type Turtle)
-
Unit Group - Pick every unit in tempgroup and do (Actions)
-
Loop - Actions
-
Set temploc = (Position of (Picked unit))
-
Set temploc2 = (Random point in (Region centered at temploc with size (500.00, 500.00)))
-
Unit - Order (Picked unit) to Move To temploc2
-
Custom script: call RemoveLocation(udg_temploc)
-
Custom script: call RemoveLocation(udg_temploc2)
-
-
-
Custom script: call DestroyGroup(udg_tempgroup)
-
-