-
Notifications
You must be signed in to change notification settings - Fork 84
Mission redirected event
Tkael edited this page Nov 7, 2018
·
7 revisions
Triggered when a mission is redirected.
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
-
missionid
The ID of the mission -
name
The name of the mission -
newdestinationstation
The new destination station for the mission -
olddestinationstation
The old destination station for the mission -
newdestinationsystem
The new destination system for the mission -
olddestinationsystem
The old destination system for the mission
When using this event in VoiceAttack the information about this event is available as follows
-
{DEC:EDDI mission redirected missionid}
The ID of the mission -
{TXT:EDDI mission redirected name}
The name of the mission -
{TXT:EDDI mission redirected newdestinationstation}
The new destination station for the mission -
{TXT:EDDI mission redirected newdestinationsystem}
The new destination system for the mission -
{TXT:EDDI mission redirected olddestinationstation}
The old destination station for the mission -
{TXT:EDDI mission redirected olddestinationsystem}
The old destination system for the mission