-
Notifications
You must be signed in to change notification settings - Fork 89
Ship sold on rebuy event
Richard Buckle edited this page Feb 28, 2018
·
7 revisions
Triggered when you sell a ship to raise funds on the rebuy screen.
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 that was sold -
shipidThe ID of the ship that was sold -
priceThe price for which the ship was sold -
systemThe system where the ship was sold
To use this event in VoiceAttack, create a command entitled ((EDDI ship sold on rebuy)). The event information can be accessed using the following VoiceAttack variables
-
{DEC:EDDI ship sold on rebuy price}The price for which the ship was sold -
{TXT:EDDI ship sold on rebuy ship}The ship that was sold -
{INT:EDDI ship sold on rebuy shipid}The ID of the ship that was sold -
{TXT:EDDI ship sold on rebuy system}The system where the ship was sold