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
-
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.
-
Tick "Invalid Goal" in the mission goals editor, then use an event to validate it via the validate-goal SEXP.
-
Set your objective as invalid, then use a sexp to validate it during the mission.
[EDIT] :snipe:
-
Thanks. The validate-goal SEXP was the thing I wasn't aware of.
-
http://homepage.ntlworld.com/karajorma/FAQ/fredretail.html#events
That should give you a little more detail on the subject. :)