Nope didn't work. The directives only appear when they got fufilled. Anyway, here's what I want to happen, what works and what doesn't.
1) Mission starts. Directives give orders to destroy all enemy fighters. Future friendly fighters ignore you for now. At present the orders to destroy the future friendly fighters doesn't work.
2) After a brief conversation with Command, they get upgraded to Unknown IFF. Here I want the destroy orders to now either be fufillied, or be plain removed. As stated as soon as they get to be Unknown IFF, the orders appear and get fufilled right away.
Here's a part of the mission copy pasted from Notepad.
$Formula: ( when
( or
( is-event-true-delay "Unknown IFF" 0 )
( is-destroyed-delay 0 "Aries" )
)
( do-nothing )
)
+Name: Destroy Aries
+Repeat Count: 1
+Interval: 1
+Objective: XSTR("Destroy Aries", -1)
+Team: 0
EDIT: Use the Fred forum eh... Oh well. Live and let die, I mean learn... yes learn.
