OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Ice84 on 30 Jun 2006, 21:27:13

Title: Trigger to make a waiting group move to first waypoint
Post by: Ice84 on 30 Jun 2006, 21:27:13
Hey all,

Any ideas how to make a trigger whereby if, say, a squad reached a waypoint or entered the trigger radius, how do I get a second or even third squad to start on their own waypoints once the trigger is activated? So far I've tried numerous scripts but none of them work! ??? ??? ???
Title: Re: Trigger to make a waiting group move to first waypoint
Post by: zaitoh on 30 Jun 2006, 21:56:25
A script sounds like a complicated solution to a simple task. Just draw a sync-line between the trigger and the waypoint where the group should wait.

/ZaiToh
Title: Re: Trigger to make a waiting group move to first waypoint
Post by: myke13021 on 30 Jun 2006, 22:05:38
dont forget to make the trigger type "switch"
Title: Re: Trigger to make a waiting group move to first waypoint
Post by: bedges on 30 Jun 2006, 22:56:11
check the missionette attached.

[attachment deleted by admin]
Title: Re: Trigger to make a waiting group move to first waypoint
Post by: Chris Death on 03 Jul 2006, 01:28:22
dont forget to make the trigger type "switch"

If it's a simple MOVE waypoint there's no need for a switch trigger.  ;)

A switch trigger is required in case of an obsolete wayoint type like: HOLD GUARD CYCLE
or to 'switch'  from a waypoint not being the previous one - like somewhere back or forward
in the wayoint chain.

~S~ CD
Title: Re: Trigger to make a waiting group move to first waypoint
Post by: Ice84 on 03 Jul 2006, 15:05:43
Thanks guys, much appreciated  ;D