Home   Help Search Login Register  

Author Topic: This or that  (Read 450 times)

0 Members and 1 Guest are viewing this topic.

Offline pcverden

  • Former Staff
  • ****
This or that
« on: 09 Aug 2003, 15:43:46 »
Long times since I last made a mission so I thought I might make a new one again. I have however stumbeled over a problem. I am trying to have an helicopter come in with reinforcements when either the shilka or all of the enemy is already dead (within a certain area that is ;)). Getting it to notice if the shilka is dead is no problem, but getting the helicopter to react if the shilka or all of the enemy is dead is worse. What I have written in the condition of the trigger is:

!alive shilka || support = true;

However it appears that it doesn't like = to be put in the condition. So what should I do?

peter

  • Guest
Re:This or that
« Reply #1 on: 09 Aug 2003, 15:47:18 »
first of all it`s: support == true
but you can also only write: support

Offline pcverden

  • Former Staff
  • ****
Re:This or that
« Reply #2 on: 09 Aug 2003, 15:58:27 »
Thx, but apperantly support == true; won't work either, but just writting support does :)