Jump to content
Sign in to follow this  
tmp95

Confirm HVT is dead trigger (what do I have wrong).

Recommended Posts

I use to use this type trigger in A2 and it worked fine - Not the case here in A3 -

1. I have a trigger placed on map (and GROUPED to my unit leader).

Trigger is 10 x 10

Name = hvttrigger

Type = none

Any Group Member (repeatedly)

Condition: this && !alive hvt;

On Act: hint "Opfor hvt confirmed KIA"

2. Now with my HVT target I have the following within his INIT:

INIT: hvttrigger attachto [this,[0,0,0]];

Now when I do kill this HVT target I immediately get the confirmation......But I don't want it to confirm he is dead unless myself (or member of my unit / any group member) is within the 10 x 10 trigger zone (to simulate a positive ID).

What's wrong here? Worked fine in A2

Thanks for any help!

Share this post


Link to post
Share on other sites

You could change the trigger type to, Guarded by, assuming Blufor. And that forces the trigger to wait to activate until it is "guarded"/occupied by a Blufor unit.

Share this post


Link to post
Share on other sites

@Jshock - Thanks, maybe a work around. Still can't figure out why it is triggering though. It is a 10x10 trigger...and I am no where near that close when I'm killing this HVT in practice. Yet it is going off.

---------- Post added at 05:06 ---------- Previous post was at 04:21 ----------

Got it to work. Exactly like above. But make sure to have it set as a "countdown" not on "timer" (even if timer is all set to 0 to begin with). Works perfect now. A member of my group has to be within trigger zone of dead body before positive ID is made.

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  

×