Skip to content

Ship interdiction event

Tkael edited this page Jun 20, 2021 · 9 revisions

Triggered when you interdict 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:

  • {event.faction} - The faction of the commander being interdicted

  • {event.interdictee} - The name of the commander being interdicted

  • {event.iscommander} - If the player being interdicted is a commander (as opposed to an NPC)

  • {event.power} - The power of the commander being interdicted

  • {event.rating} - The combat rating of the commander being interdicted

  • {event.succeeded} - If the interdiction attempt was successful

To respond to this event in VoiceAttack, create a command entitled ((EDDI ship interdiction)). VoiceAttack variables will be generated to allow you to access the event information.

The following VoiceAttack variables are available for this event:

  • {TXT:EDDI ship interdiction faction} - The faction of the commander being interdicted

  • {TXT:EDDI ship interdiction interdictee} - The name of the commander being interdicted

  • {BOOL:EDDI ship interdiction iscommander} - If the player being interdicted is a commander (as opposed to an NPC)

  • {TXT:EDDI ship interdiction power} - The power of the commander being interdicted

  • {TXT:EDDI ship interdiction rating} - The combat rating of the commander being interdicted

  • {BOOL:EDDI ship interdiction succeeded} - If the interdiction attempt was successful

For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.

Clone this wiki locally