Jump to content
Sign in to follow this  
pepmoo

Trigger activated by vehicle firing

Recommended Posts

Hi! I know there is a eventhandler 'Fired'. I use this for one of my infantry groups.

eg:

{_x addEventHandler['Fired',{shotIsFired = true}]} forEach (units group this)

,and it will trigger shotIsFired when a shot is fired from any member of the group.

But when I use that on any vehicle it won't trigger shotIsFired. How can I change the init to make it work when a vehicle/specific vehicle fires?

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  

×