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
-
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:)
-
It's under AI goals,
-
-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
-
Worked like a charm, thx guys :D