Jump to content
Sign in to follow this  
Redfield-77

Trigger Question

Recommended Posts

I'll start by saying sorry, I know this info is out there because I remember using it for Arma 1 but I cant remember where. I've been reading these threads for days till my eyeballs bleed.

It is only possible to attach 1 object to a trigger with the group function. So If I want to make a mission to destroy 3 shilkas and then reach an extraction point, how do I do it?

It been ages since I used Arma 1 editor and I've forgotten everything.

If somone could even post a link or example mission that would be great. TIA:D

Share this post


Link to post
Share on other sites

type in the conditions

(not(Alive shilka1) && (not(Alive shilka2) && (not(Alive shilka3)

shilk1 , 2 , 3 being the names of the vehicle :)

Share this post


Link to post
Share on other sites

Ah thanks junker, thats not the way I used to do it but it works ;)

Share this post


Link to post
Share on other sites

Add in EventHandlers for the shilkas that setPos random villagers +10000m in the air when the shilka is killed, then have triggers that check to see if those villagers die, and if so createUnit a chicken on a remote island. Then have a area trigger there that once 3 chickens are in the zone the mission ends.

Slightly more complex, but far more rewarding I feel.

Share this post


Link to post
Share on other sites
Add in EventHandlers for the shilkas that setPos random villagers +10000m in the air when the shilka is killed, then have triggers that check to see if those villagers die, and if so createUnit a chicken on a remote island. Then have a area trigger there that once 3 chickens are in the zone the mission ends.

Slightly more complex, but far more rewarding I feel.

You need to see a doctor - i think u got chicken fever..

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  

×