-
Notifications
You must be signed in to change notification settings - Fork 84
Docking denied event
Triggered when your ship is denied docking at a station or outpost.
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
-
station
The station at which the commander has been denied docking -
stationtype
The localized model / type of the station at which the commander has been denied docking -
stationDefinition
The model / type of the station at which the commander has been denied docking (this is an object) -
reason
The reason why commander has been denied docking (too far, fighter deployed etc)
To respond to this event in VoiceAttack, create a command entitled ((EDDI docking denied)). The event information can be accessed using the following VoiceAttack variables
-
{TXT:EDDI docking denied reason}
The reason why commander has been denied docking (too far, fighter deployed etc) -
{TXT:EDDI docking denied station}
The station at which the commander has been denied docking -
{TXT:EDDI docking denied stationtype}
The localized model / type of the station at which the commander has been denied docking