MrZ 0 Posted May 20, 2002 A unit is supposed to be shown a normal Move waypoint and move towards it until russians attack at which point the unit should be diverted towards a Search & Destroy where the reds are. How do I do this? Share this post Link to post Share on other sites
Chris Death 0 Posted May 20, 2002 You could do it like that: Create a primary route for your unit. wp1: move, wp2: move (if necessary + some more wp's) and at the last waypoint of primary route, place a hold waypoint. Now create a trigger, which will be activated by: your russian attack. Use whatever you want to activate this trigger (could be activated by east/present, or by passing a variable). The type of the trigger must be: switch Now syncronize this trigger with the hold waypoint, and after the hold waypoint, create your seek&destroy waypoint. The unit will imidiately switch over to this seek&destroy waypoint, not depending on having already passed all previous waypoints. hope this helps ~S~ CD Share this post Link to post Share on other sites
MrZ 0 Posted May 22, 2002 So that's what SWITCH is for! I always wondered, he. Cheers! Share this post Link to post Share on other sites