Hard Light Productions Forums

Modding, Mission Design, and Coding => The FRED Workshop => Topic started by: VPR on February 28, 2010, 08:01:02 am

Title: Forcing directives to top of list?
Post by: VPR on February 28, 2010, 08:01:02 am
Just a simple question, how do you force a certain directive to appear at the top of the directives list on the HUD when it's already populated by other directives? The directive is appearing when I want it to but it's off the bottom of the list and therefore unviewable. Is this to do with the order of events hierarchy in the events editor in FRED2 or is it just down to when it actually appears in mission?

I'm using the 3.6.12 RC1 Inferno SSE2 build.
Title: Re: Forcing directives to top of list?
Post by: headdie on February 28, 2010, 08:14:49 am
try moving the event higher up the list
Title: Re: Forcing directives to top of list?
Post by: FUBAR-BDHR on February 28, 2010, 02:54:03 pm
Directives appear in the order they are given.  First one is the one listed first.  Last one is the one at the bottom of the list.  There is no control over it other then the time they are added to the list. 
Title: Re: Forcing directives to top of list?
Post by: VPR on February 28, 2010, 05:03:24 pm
Thanks, I figured this but I thought I'd ask anyway just to clarify my suspicion.