Hard Light Productions Forums

Modding, Mission Design, and Coding => The FRED Workshop => Topic started by: mr.WHO on February 13, 2010, 02:06:52 pm

Title: How to make non-Brefing goal
Post by: mr.WHO on February 13, 2010, 02:06:52 pm
How to hide goal so it won't be visible in brefing? For example "Destroy Carrier" that should be in other system so the're is no clue that it will be present during brefing.
Title: Re: How to make non-Brefing goal
Post by: TopAce on February 13, 2010, 02:08:52 pm
Tick "Invalid Goal" in the mission goals editor, then use an event to validate it via the validate-goal SEXP.
Title: Re: How to make non-Brefing goal
Post by: Black Wolf on February 13, 2010, 02:09:16 pm
Set your objective as invalid, then use a sexp to validate it during the mission.

[EDIT] :snipe:
Title: Re: How to make non-Brefing goal
Post by: mr.WHO on February 13, 2010, 04:07:28 pm
Thanks. The validate-goal SEXP was the thing I wasn't aware of.
Title: Re: How to make non-Brefing goal
Post by: karajorma on February 13, 2010, 08:11:46 pm
http://homepage.ntlworld.com/karajorma/FAQ/fredretail.html#events

That should give you a little more detail on the subject. :)