Skip to content

Ship renamed event

Tkael edited this page Dec 28, 2020 · 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

  • ship The model of the ship that was renamed

  • shipid The ID of the ship that was renamed

  • name The new name of the ship

  • ident The new ident of the ship

To respond to this event in VoiceAttack, create a command entitled ((EDDI ship renamed)). The event information can be accessed using the following VoiceAttack variables

  • {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