PDA

View Full Version : Resource question



PrivateDwelling
17-06-2007, 20:00
If I want a number of actors (vehicles or squaddies) to proceed to a waypoint when another actor enters a zone should I use a separate trigger for each actor or place them all in one trigger? Or does it not make any difference to the resources used in playing? i.e. slowing down the game action.

Instinct
17-06-2007, 20:06
Make one trigger activating an event, than for all others set the event as condition with a delay you wish.

Albus
17-06-2007, 20:15
True Instinct. ;)

PrivateDwelling
17-06-2007, 20:40
Thanks.