Hard Light Productions Forums

Modding, Mission Design, and Coding => The FRED Workshop => Topic started by: Amon_Re on June 07, 2006, 05:05:08 pm

Title: How to undock?
Post by: Amon_Re on June 07, 2006, 05:05:08 pm
Topic is pretty clear i guess, i have an Elysium transport that docks with a faustus (set through the Elysium's initial orders), but i need to tell it to undock after a fixed amount of time, i seem to be unable to find such an option.

(Offcourse, it could be me being blind  :nervous:)
Title: Re: How to undock?
Post by: Mars on June 07, 2006, 05:09:18 pm
It's under AI goals,
Title: Re: How to undock?
Post by: Warnstaff on June 07, 2006, 05:37:14 pm
-when
---has-time-elapsed (or has-docked-delay)
    -------- Name of Docker ship (Elysium, in your case)
    -------- Name of Dockee ship (Faustus)
    -------- 1
    -------- 0 (insert time in seconds here)
-add-goal
    ------ Elysium ship's name
             ------ ai-undock
                      ---- 89
Title: Re: How to undock?
Post by: Amon_Re on June 08, 2006, 01:33:05 pm
Worked like a charm, thx guys  :D