-
Notifications
You must be signed in to change notification settings - Fork 81
Ship interdicted event
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
When using this event in VoiceAttack the information about this event is available as follows
-
{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