-
Notifications
You must be signed in to change notification settings - Fork 82
Suit purchased event
Triggered when you buy a space suit.
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.price} - The price paid for the space suit
-
{event.suit} - The name of the space suit
-
{event.suit_invariant} - The invariant name of the space suit
To respond to this event in VoiceAttack, create a command entitled ((EDDI suit purchased)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
-
{INT:EDDI suit purchased price} - The price paid for the space suit
-
{TXT:EDDI suit purchased suit} - The name of the space suit
-
{TXT:EDDI suit purchased suit invariant} - The invariant name of the space suit
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.