- Joined
- Nov 13, 2010
- Messages
- 277
i need to know if this is a bad trigger
-
Regrow Trees Setup
-
Events
-
Time - Elapsed game time is 2.00 seconds
-
-
Conditions
-
Actions
-
Destructible - Pick every destructible in (Entire map) and do (Actions)
-
Loop - Actions
-
Trigger - Add to RegrowTrees <gen> the event (Destructible - (Picked destructible) dies)
-
-
-
-
-
RegrowTrees
-
Events
-
Conditions
-
Actions
-
Custom script: local destructable BADTREE = GetDyingDestructable()
-
Wait 20.00 seconds
-
Custom script: call DestructableRestoreLife( BADTREE, GetDestructableMaxLife(BADTREE), true )
-
-