-
Notifications
You must be signed in to change notification settings - Fork 82
Ship interdiction event
Tkael edited this page Nov 7, 2018
·
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
-
succeeded
If the interdiction attempt was successful -
iscommander
If the player being interdicted is a commander (as opposed to an NPC) -
interdictee
The name of the commander being interdicted -
rating
The combat rating of the commander being interdicted -
faction
The faction of the commander being interdicted -
power
The power of the commander being interdicted
When using this event in VoiceAttack the information about this event is available as follows
-
{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