Dynaverse.net
Taldrenites => Starfleet Command Mission Scripting => Topic started by: FPF-DieHard on January 18, 2005, 08:56:40 am
-
Is it possible to somehow replicate Chaff in an SFC mission script? This would allow fighters to ignore 1 Seaking weapon hit at the expense of becoming Dormant and not able to shoot for a few seconds (i'd have to look this up in SFB).
Is this possible?
-
Unfortunately, the scripting API has no access to any ship objects that are launched from another ship. This is handled entirely by the client code. The scripting API does not even have a function to tell how many fighters are on board, let alone what type, let alone give access to them.
This is really something that can only be implemented with the client source code. It was a nice thought though.