-
Notifications
You must be signed in to change notification settings - Fork 84
SRV launched event
Triggered when you launch an SRV from 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 vehicle ID assigned to the SRV
-
{event.loadout} - The SRV's loadout
-
{event.playercontrolled} - True if the SRV is controlled by the player
-
{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 launched)). 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 launched id} - The vehicle ID assigned to the SRV
-
{TXT:EDDI srv launched loadout} - The SRV's loadout
-
{BOOL:EDDI srv launched playercontrolled} - True if the SRV is controlled by the player
-
{TXT:EDDI srv launched srv type} - The localized SRV type
-
{TXT:EDDI srv launched srv type invariant} - The invariant SRV type
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.