-
Notifications
You must be signed in to change notification settings - Fork 82
SRV docked event
Tkael edited this page Dec 28, 2020
·
8 revisions
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
-
id
The srv's id
To respond to this event in VoiceAttack, create a command entitled ((EDDI srv docked)). The event information can be accessed using the following VoiceAttack variables
-
{INT:EDDI srv docked id}
The srv's id
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.