You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
T'kael edited this page Aug 2, 2026
·
10 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