-
Notifications
You must be signed in to change notification settings - Fork 84
Ship swapped event
Cmdr McDonald edited this page Apr 11, 2017
·
9 revisions
Triggered when you swap 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
-
shipid
The ID of the ship that was swapped -
ship
The ship that was swapped -
soldshipid
The ID of the ship that was sold as part of the swap -
soldship
The ship that was sold as part of the swap -
storedshipid
The ID of the ship that was stored as part of the swap -
storedship
The ship that was stored as part of the swap
When using this event in VoiceAttack the information about this event is available as follows
- {TXT:EDDI ship swapped ship} The ship that was swapped
- {INT:EDDI ship swapped shipid} The ID of the ship that was swapped
- {TXT:EDDI ship swapped soldship} The ship that was sold as part of the swap
- {INT:EDDI ship swapped soldshipid} The ID of the ship that was sold as part of the swap
- {TXT:EDDI ship swapped storedship} The ship that was stored as part of the swap
- {INT:EDDI ship swapped storedshipid} The ID of the ship that was stored as part of the swap