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?