Jump to content
Sign in to follow this  
{USI}_Zombie

triggers

Recommended Posts

I am trying to get 2 triggers to work together, an opfor not present and an independent not present...

they work fine on their own, but they won't group or synchronize so I tried this:

opfor not present

condition this

activation opfordead = true

then:

independent not present

condition this and opfordead (also tried this $$ opfordead)

activation "1" objstatus "DONE"

effect plain text "Objective complete"

when place that way, as soon as the opfor are all killed, the independent trigger also completes, even though there are still independent present.

Any ideas? I am sure there is just 1 little syntax issue, but what is is I can't figure out.

Share this post


Link to post
Share on other sites

dunno this worked for me.. trigger was activated when opfor and independant forces were both dead. try setting the conditions to false at mission start

Share this post


Link to post
Share on other sites

Not sure what you want exactly but this should work.

TRIGGER #1

opfor not present (by the way, this is a condition - and I think it seems to overide the condition line below)

Onact

opfordead = true

TRIGGER #2

civilian not present

Onact

civildead = true

Trigger #3

condition opfrordead and civildead

This should work but there may be a much better way. If anyone has a quicker way I hope they post it.

Share this post


Link to post
Share on other sites

Make sure the areas for the two triggers do not overlap each other. If they do, one will not work. One should either be completely inside the other then it will work

triggers.jpg

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  

×