-
Notifications
You must be signed in to change notification settings - Fork 82
Crew hired event
Triggered when you hire crew.
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:
-
{event.combatrating} - The combat rating of the crewmember being hired
-
{event.crewid} - The ID of the crewmember being hired
-
{event.faction} - The faction of the crewmember being hired
-
{event.name} - The name of the crewmember being hired
-
{event.price} - The price of the crewmember being hired
To respond to this event in VoiceAttack, create a command entitled ((EDDI crew hired)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
-
{TXT:EDDI crew hired combatrating} - The combat rating of the crewmember being hired
-
{DEC:EDDI crew hired crewid} - The ID of the crewmember being hired
-
{TXT:EDDI crew hired faction} - The faction of the crewmember being hired
-
{TXT:EDDI crew hired name} - The name of the crewmember being hired
-
{DEC:EDDI crew hired price} - The price of the crewmember being hired
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.