Skip to content

Suit purchased event

Tkael edited this page Jun 20, 2021 · 2 revisions

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.

Clone this wiki locally