Skip to content

Crew paid wage event

Tkael edited this page May 26, 2019 · 3 revisions

Triggered when npc crew receives a profit share. 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

  • name The name of the crewmember

  • crewid The ID of the crewmember

  • amount The amount paid to the crewmember

To respond to this event in VoiceAttack, create a command entitled ((EDDI crew paid wage)). The event information can be accessed using the following VoiceAttack variables

  • {DEC:EDDI crew paid wage amount} The amount paid to the crewmember
  • {DEC:EDDI crew paid wage crewid} The ID of the crewmember
  • {TXT:EDDI crew paid wage name} The name of the crewmember
Clone this wiki locally