Home   Help Search Login Register  

Author Topic: Make one Trigger superceed another?  (Read 1186 times)

0 Members and 3 Guests are viewing this topic.

polvy

  • Guest
Make one Trigger superceed another?
« on: 20 Nov 2003, 06:18:54 »

SCENARIO AND PROBLEM:
I have a mission in which a BAS BlackHawk's 1st waypoint is synched to a trigger. The BlackHawk will not proceed to the 2nd waypoint until the trigger is met. The trigger condition is that a Shilka is destroyed by an AI or Human flown A-10. However, sometimes the A-10 is shot down before he can destroy the Shilka. When this happens the BlackHawk just stays there forever.

WHAT I'VE TRIED TO FIX IT SO FAR:
I made a second trigger that is conditioned to fire if the A-10 is destroyed and synched it to the same BlackHawk waypoint as the first trigger is. I was hoping that the trigger that fired first would make the BlackHawk move but this was not the case. Any suggestions on how to resolve this? Preferably without scripts but any help would be appreciated. Thank you.

~polvy

deaddog

  • Guest
Re:Make one Trigger superceed another?
« Reply #1 on: 20 Nov 2003, 14:44:15 »
Get rid of the second trigger.

In the first trigger put this (in the condition line):

!alive shilkaname or !alive a10name

or you can use:

!canfire shilkaname or !alive a10name

polvy

  • Guest
Re:Make one Trigger superceed another?
« Reply #2 on: 20 Nov 2003, 16:40:25 »
HOT DOG!!!  ;D That did it! Thank you so very much.