-
Notifications
You must be signed in to change notification settings - Fork 81
Ship transfer initiated event
T'kael edited this page May 25, 2018
·
11 revisions
Triggered when you initiate a ship transfer.
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 is being transferred -
ship
The ship that is being transferred -
system
The system from which the ship is being transferred -
distance
The distance that the transferred ship needs to travel, in light years -
price
The price of transferring the ship -
time
The time in seconds to complete transferring the ship
To respond to this event in VoiceAttack, create a command entitled ((EDDI ship transfer initiated)). The event information can be accessed using the following VoiceAttack variables
-
{DEC:EDDI ship transfer initiated distance}
The distance that the transferred ship needs to travel, in light years -
{DEC:EDDI ship transfer initiated price}
The price of transferring the ship -
{TXT:EDDI ship transfer initiated ship}
The ship that is being transferred -
{INT:EDDI ship transfer initiated shipid}
The ID of the ship that is being transferred -
{TXT:EDDI ship transfer initiated system}
The system from which the ship is being transferred -
{DEC:EDDI ship transfer initiated time}
The time in seconds to complete transferring the ship