2 things
1.How do i make it so a trigger will 1st check to see if another trigger has been completed before it activates
eg trigger#1(end1) only happens if trigger#2(east. Not present)
can you use if then else statements in the activation fields? I havent seen this explained in any tutes.
eg IF condition=complete THEN end ELSE do condition
2.Can you make a trigger that will see if a player is above a preset altitude, then activating its switch (or whatever)?
eg. aircraft must stay below 50 feet or a trigger is activated and the enemy targets and fires on them. (of course youd need an opposite trigger for when the player falls back below 50ft)