Skip to content

Ship renamed event

Richard Buckle edited this page Feb 28, 2018 · 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 use 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
Clone this wiki locally