-
Notifications
You must be signed in to change notification settings - Fork 91
Module arrived event
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 at which the module shall arrive -
stationThe station at which the module shall arrive
To respond to this event in VoiceAttack, create a command entitled ((EDDI module arrived)). The event information can be accessed using the following VoiceAttack variables
-
{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 at which the module shall arrive -
{TXT:EDDI module arrived system}The system at which the module shall arrive -
{DEC:EDDI module arrived transfercost}The cost for the module transfer -
{DEC:EDDI module arrived transfertime}The time elapsed during the transfer (in seconds)