Home   Help Search Login Register  

Author Topic: ?! Unit alive ?  (Read 1330 times)

0 Members and 1 Guest are viewing this topic.

Offline satexas69

  • Members
  • *
?! Unit alive ?
« on: 26 Feb 2007, 23:54:29 »
I'd like to make a trigger that sets off when :

Unit named "MAN1" is dead AND Unit named "MAN2" is dead.... what's the syntax in the trigger?

I'd like to make and OBJECTIVE complete (IE: OBJ2) when "MAN3" is dead, how?

I've looked in the FAQ, can't find good examples...

Offline myke13021

  • Contributing Member
  • **
  • Myke
Re: ?! Unit alive ?
« Reply #1 on: 27 Feb 2007, 00:17:39 »
Code: [Select]
! (alive MAN1) and !(alive MAN2)
in the condition line of the trigger should do the job.