Jump to content
Sign in to follow this  
1para{god-father}

Stop Air setting off trigger

Recommended Posts

I need a way to stop a trigger activating by air as it sets of some trigger that i only want to set off by foot / land vehicles.

Can someone please advise what I can pop in the trigger

thanks

Share this post


Link to post
Share on other sites

Group the trigger to a land group and select any group member would be one way.

Or...

Name a few land units and have for the condition..

unitname1 in thislist OR unitname2 in thislist OR unitname3 in thislist

That way the trigger would only fire if any of the named land units entered the trigger field.

There will probably be a way to do it as you want, but either of these will do the same job.

Share this post


Link to post
Share on other sites

Condition: { !(_x isKindOf "Air") } count thisList > 0

If it's only a matter of flying or not flying you could do something like: { ((getPos _x) select 2) < 2 } count thisList > 0

thisList might have to be (list this), too long ago worked with triggers :D

Edited by Sickboy

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  

×