Jump to content
Sign in to follow this  
DC10_Griff

Syncranization

Recommended Posts

Hi again , ive got a small problem. In my mission a chopper lands and a squad disembarks to rescue 4 hostages , then a convoy is supposed to set off to pick them up but i only want it to leave the town when all the russian troops in the area are dead , ive heard i have to use sycrinazation but im not sure how

Share this post


Link to post
Share on other sites

Make a trigger that covers the area. Put it to activate by "East", and "Not present". The trigger then activates when there are no eastern soldiers

in that area.

You can synchronize it with some WP or just make that trigger to set some

global variable true, like

convoy_move_on = true

If you use that variable thing, pick up the WP where you want the convoy

to wait, and put in its condition field

convoy_move_on.

That makes the convoy to wait until that variable is true.

HTH!

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  

×