-
Notifications
You must be signed in to change notification settings - Fork 82
Ship renamed event
Cmdr McDonald edited this page Apr 11, 2017
·
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
When using this event in VoiceAttack the information about this event is available as follows
-
{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