-
Notifications
You must be signed in to change notification settings - Fork 84
Jet cone damage event
Tkael edited this page Dec 28, 2020
·
7 revisions
Triggered in normal space when passing through the jet cone from a white dwarf or neutron star causes damage to a ship module.
When using this event in the Speech responder the information about this event is available under the event
object. The available variables are as follows
-
modulename
the name of the module that was damaged -
module
the module that was damaged (this is a module object)
To respond to this event in VoiceAttack, create a command entitled ((EDDI jet cone damage)). The event information can be accessed using the following VoiceAttack variables
-
{TXT:EDDI jet cone damage modulename}
the name of the module that was damaged
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.