Skip to content

Ship interdicted event

Richard Buckle edited this page Nov 9, 2018 · 10 revisions

Triggered when your ship is interdicted by another 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

  • succeeded If the interdiction attempt was successful

  • submitted If the commander submitted to the interdiction

  • iscommander If the player carrying out the interdiction is a commander (as opposed to an NPC)

  • interdictor The name of the commander or NPC carrying out the interdiction

  • rating The combat rating of the commander or NPC carrying out the interdiction

  • faction The faction of the NPC carrying out the interdiction

  • power The power of the NPC carrying out the interdiction

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

  • {TXT:EDDI ship interdicted faction} The faction of the NPC carrying out the interdiction
  • {TXT:EDDI ship interdicted interdictor} The name of the commander or NPC carrying out the interdiction
  • {BOOL:EDDI ship interdicted iscommander} If the player carrying out the interdiction is a commander (as opposed to an NPC)
  • {TXT:EDDI ship interdicted power} The power of the NPC carrying out the interdiction
  • {TXT:EDDI ship interdicted rating} The combat rating of the commander or NPC carrying out the interdiction
  • {BOOL:EDDI ship interdicted submitted} If the commander submitted to the interdiction
  • {BOOL:EDDI ship interdicted succeeded} If the interdiction attempt was successful
Clone this wiki locally