Jump to content
Sign in to follow this  
bulletninja

help with triggers.

Recommended Posts

hey all,

well my mission is pretty simple, im supposed to snipe at the enemy, untill i cant find anyone else.

then i want to use go codes, to tell 8 boys, to get in an empty helicopter, and fly to there next waypoint.

how do i do this as simply as possible.

thanks

Share this post


Link to post
Share on other sites

in your init.sqs put

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">go = false

have a trigger that when you snipe all the enemy it has in the ON ACT field

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">go = true

then another trigger that tells the 8 guys to get in the chopper and go. to do that have a HOLD waypoint for the 8 guys and have this third trigger syncronized with the HOLD waypoint.

in the HOLD waypoints condition field put

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> go

for type put SWITCH and thats all.

Share this post


Link to post
Share on other sites

use the synchronizer.

put a "move" waypoint for those 8 boys by the chopper, then a "GET IN NEAREST" waypoint, and then an "UNLOAD" waypoint at the destination, put a trigger "east not present" (suppose ur blue) to cover all enemies, press F5 to select "synchronizer", click the trigger and drag it to the "MOVE" previously set, (NOT "GETIN" waypoint). this way, once all east troops are eliminated, ur boys will automatically board that chopper.

if you want to manually give an order to tell ur boyz to get in,

replace the trigger "east not present" with the one below:

radio alpha(bravo,charlie...), no repeat(once).once ur done ur sniping job, press 0-0-1(1 for radio alpah, 2 for bravo..etc)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×