Jump to content
Sign in to follow this  
Niklas

Activate trigger when specific unit NOT present?

Recommended Posts

I want to make a mission in which Opfor loses when their HVT dies or leaves an area. I can check if he is alive, but how do i check if he no longer is in an area? I use "HVT in thislist", set the trigger to not present, but even if he is present the trigger gets activated. Any help?

Share this post


Link to post
Share on other sites

Create your trigger to cover the area ,set it to 'not present' and group it to your HVT

Share this post


Link to post
Share on other sites

Hi there...I cant get this trigger to work.I am so stuck. I been battling for two weeks now how to get my trigger in ARmA 3 to fire. I have Googled my ass off and the suggestion still doesn't work-to group the trigger with the IFRIT. Basically I have two AAF units that have names. When they're destroyed they will activate 1 OPFOR IFRIT to move along a predefined path. Also the IFRIT has specific name I called it CSATCAR 3. It has a trigger on it. I have other CSAT units in the same area so I cant use a OPFOR Not present trigger. When the IFRIT is out of the trigger area 5x5 it is meant to activate a two groups of stationary OPFOR infantrymen-again to move to a set area. On preview of the mission the infantry move off even though the IFRIT is in the trigger area. They are only meant to move off when the IFRIT moves from its area and only when the two AAF units-vehicles are destroyed. I have grouped the trigger and synced it with the IFRIT. I have tried both and together. Nothing works. I can mail you the mission but its replicated in VR.

Share this post


Link to post
Share on other sites

if u want to check if they are not in the zone just put !this in the condition

if u want more help about the second thing i would like if u mail it for me.

ghsu903@gmail.com

Share this post


Link to post
Share on other sites

tr triggerAttachVehicle [unit1];

tr setTriggerActivation ["VEHICLE", "NOT PRESENT", true];

this will make trigger monitor unit1 and fire when unit leaves area

Share this post


Link to post
Share on other sites

You can group triggers with units in editor.

Share this post


Link to post
Share on other sites
I want to make a mission in which Opfor loses when their HVT dies or leaves an area.

a trigger with anybody present END type trigger

Condition:

!alive HVTname OR !(HVTname in thisList)

on act:

hint "HVTname is either dead or not in the area anymore - mission end";

  • Like 2

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  

×