Skip to content

Ship renamed event

Tkael edited this page Jun 20, 2021 · 9 revisions

Triggered when you rename a 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.ident} - The new ident of the ship

  • {event.name} - The new name of the ship

  • {event.ship} - The model of the ship that was renamed

  • {event.shipid} - The ID of the ship that was renamed

To respond to this event in VoiceAttack, create a command entitled ((EDDI ship renamed)). VoiceAttack variables will be generated to allow you to access the event information.

The following VoiceAttack variables are available for this event:

  • {TXT:EDDI ship renamed ident} - The new ident of the ship

  • {TXT:EDDI ship renamed name} - The new name of the ship

  • {TXT:EDDI ship renamed ship} - The model of the ship that was renamed

  • {INT:EDDI ship renamed shipid} - The ID of the ship that was renamed

For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.

Clone this wiki locally