Jump to content
Sign in to follow this  
mechastalin

Making a chopper move to a players position when he fires a flare?

Recommended Posts

Hi, in my current mission I'd like to set it up so that if the current squad leader, whoever he may be in the squad, fires a flare into the sky, this will activate a trigger which a waiting chopper is synced to, and it when then move to the squad leaders position.

Share this post


Link to post
Share on other sites

Setup i.e. flarefired = false;

Have a trigger watch the flarefired in its condition field. Trigger can be a switch trigger that is synched.

Setup a fired eventhandler on your unit. If the correct ammunition is detected by the handler, it should set the flarefired boolean to true.

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  

×