Jump to content
Sign in to follow this  
jw custom

Victory Condition Trigger

Recommended Posts

I have made a mission where BLUFOR need to seize a radar station so i have set a trigger on it.

The trigger activation is set to "Seized by BLUFOR", but how do i make sure it only trigger when

there's no more enemies within the trigger area?

Right now it trigger when enemy still is within the trigger area!

Share this post


Link to post
Share on other sites

you could always have it when OPfor not present...

Share this post


Link to post
Share on other sites

in the init line of any unit or in the init.sqf have

noenemy=false;

then put this in the condition line of trigger

this and noenemy

make another trigger for the area have it opfor, not present, in activation put

noenemy=true;

Share this post


Link to post
Share on other sites
you could always have it when OPfor not present...

Hey thanks, don't know why i didn't noticed that myself :p

Also thanks to you Ghost644, this might come in handy when my missions get more complex :)

Edited by JW Custom

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  

×