-
Notifications
You must be signed in to change notification settings - Fork 81
Ship purchased event
Cmdr McDonald edited this page Apr 11, 2017
·
10 revisions
Triggered when you purchase 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
-
ship
The ship that was purchased -
price
The price of the ship that was purchased -
soldship
The ship that was sold as part of the purchase -
soldshipid
The ID of the ship that was sold as part of the purchase -
soldprice
The credits obtained by selling the ship -
storedship
The ship that was stored as part of the purchase -
storedid
The ID of the ship that was stored as part of the purchase
When using this event in VoiceAttack the information about this event is available as follows
- {DEC:EDDI ship purchased price} The price of the ship that was purchased
- {TXT:EDDI ship purchased ship} The ship that was purchased
- {DEC:EDDI ship purchased soldprice} The credits obtained by selling the ship
- {TXT:EDDI ship purchased soldship} The ship that was sold as part of the purchase
- {INT:EDDI ship purchased soldshipid} The ID of the ship that was sold as part of the purchase
- {TXT:EDDI ship purchased storedship} The ship that was stored as part of the purchase