Question RE: directives not showing up
Posted: Tue Apr 12, 2005 9:16 am
I have two directives in a mission I'm working on:
DIR: Patrol
>>when
>>>>is-event-true-delay
>>>>>>Waypoints Finished
>>>>>>5
>>do-nothing
DIR: Maintain Stealth
>>when
>>>>and
>>>>>>not
>>>>>>>>is-event-true-delay
>>>>>>>>>>Afterburner Stealth Fail
>>>>>>not
>>>>>>>>is-event-true-delay
>>>>>>>>>>Weapons Stealth Fail
>>>>>>is-event-true-delay
>>>>>>>>Waypoints finished
>>>>>>>>4
>>do-nothing
Thing is, niether of these shows up on the directives list until after they've been completed. Which kind of defeats the purpose of making them objectives. What gives, are there only some types of requirements which will make them show up? Thing as, I think the patrol has shown up before though just once or maybe twice. I don't know what the deal is.
DIR: Patrol
>>when
>>>>is-event-true-delay
>>>>>>Waypoints Finished
>>>>>>5
>>do-nothing
DIR: Maintain Stealth
>>when
>>>>and
>>>>>>not
>>>>>>>>is-event-true-delay
>>>>>>>>>>Afterburner Stealth Fail
>>>>>>not
>>>>>>>>is-event-true-delay
>>>>>>>>>>Weapons Stealth Fail
>>>>>>is-event-true-delay
>>>>>>>>Waypoints finished
>>>>>>>>4
>>do-nothing
Thing is, niether of these shows up on the directives list until after they've been completed. Which kind of defeats the purpose of making them objectives. What gives, are there only some types of requirements which will make them show up? Thing as, I think the patrol has shown up before though just once or maybe twice. I don't know what the deal is.