Hard Light Productions Forums

Modding, Mission Design, and Coding => The FRED Workshop => Topic started by: InfernoGod on February 06, 2005, 04:28:42 pm

Title: FREDing Question
Post by: InfernoGod on February 06, 2005, 04:28:42 pm
How can you make the player depart at the node, and not in regular space? I.E.: the last mission of FS2 where you can only depart at the jump node.
Title: FREDing Question
Post by: Primus on February 06, 2005, 04:33:30 pm
I guess you have to put a waypoint in the middle of the node and use distance SEXP to allow jump..

Got it? :)
Title: FREDing Question
Post by: Thrilla on February 06, 2005, 05:13:58 pm
Look at the Events in that particular mission, but off the top of my head it should go something like there is a waypoint in the center, and you set it to where the player can jump according to the distance he is from that waypoint.
Title: FREDing Question
Post by: karajorma on February 06, 2005, 05:18:12 pm
Primus has got the right idea. Check the FREDdng section of my FAQ to see it in more detail (and with pictures!) :D
Title: FREDing Question
Post by: InfernoGod on February 06, 2005, 06:06:41 pm
*reads the FAQ*
Thanks for the advice, guys!