-
Notifications
You must be signed in to change notification settings - Fork 91
Module arrived event
T'kael edited this page Nov 23, 2017
·
8 revisions
Triggered when your transferred module is arriving at its destination.
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
-
shipThe ship you were in when you requested the transfer -
shipidThe ID of the ship you were in when you requested the transfer -
moduleThe module (object) being transferred -
transfercostThe cost for the module transfer -
transfertimeThe time elapsed during the transfer (in seconds) -
systemThe system you were in when you requested the transfer -
stationThe station you were in when you requested the transfer
When using this event in VoiceAttack the information about this event is available as follows
-
{TXT:EDDI module arrived ship}The ship you were in when you requested the transfer -
{INT:EDDI module arrived shipid}The ID of the ship you were in when you requested the transfer -
{TXT:EDDI module arrived station}The station you were in when you requested the transfer -
{TXT:EDDI module arrived system}The system you were in when you requested the transfer -
{DEC:EDDI module arrived transfercost}The cost for the module transfer -
{DEC:EDDI module arrived transfertime}The time elapsed during the transfer (in seconds)