-
Notifications
You must be signed in to change notification settings - Fork 82
SRV docked event
Triggered when you dock an SRV with your ship.
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:
-
{event.id} - The srv's id
-
{event.srvType} - The localized SRV type
-
{event.srvTypeInvariant} - The invariant SRV type
To respond to this event in VoiceAttack, create a command entitled ((EDDI srv docked)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
-
{INT:EDDI srv docked id} - The srv's id
-
{TXT:EDDI srv docked srv type} - The localized SRV type
-
{TXT:EDDI srv docked srv type invariant} - The invariant SRV type
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.