Home   Help Search Login Register  

Author Topic: East death?  (Read 453 times)

0 Members and 1 Guest are viewing this topic.

DarkCell

  • Guest
East death?
« on: 09 Jan 2004, 01:00:19 »
I want to make a trigger that goes of when all EAST soldiers are Death

So how do I make a trigger that goes of when all EAST soldiers are death?

And my next Question:

I want to make a trigger that goes of when 2 Shilka's are Destroyed,Any Idea how to make a trigger for that?

GrimMonkey

  • Guest
Re:East death?
« Reply #1 on: 09 Jan 2004, 01:39:22 »
Simple.

1. Create a trigger, make it the size of all the east units you want dead (If it's all on the map, just make it bigger than the map). Then, select 'East', and 'Not Present'. Make sure you're in Advanced mode, I don't think this works with Easy (To change, just click on where it says 'Easy' on the upper-right of the screen). Then, just put whatever you want to happen in the On Activation field. Or select End #1 to end the mission.

2. Name the two Shilkas as Shilka1 and Shilka2. Create a trigger, in the Condition field type:
Code: [Select]
! (Alive Shilka1) And ! (Alive Shilka2)Again, put whatever you want to happen in the On Activation field.

This is not garunteed to work, you may have to delete the second !.


Beware the GrimMonkey

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:East death?
« Reply #2 on: 09 Jan 2004, 01:52:12 »
GrimMonkey is of course right, however I have had problems using alive with vehicles.    I prefer

not canFire Shilka1 and not canMove Shilka1 and .... ditto Shilka2 etc

Syntax not guaranteed.
Plenty of reviewed ArmA missions for you to play