-
Notifications
You must be signed in to change notification settings - Fork 82
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:
-
{event.reason} - The reason why commander has been denied docking (too far, fighter deployed etc)
-
{event.station} - The station at which the commander has been denied docking
-
{event.stationtype} - The localized model / type of the station at which the commander has been denied docking
To respond to this event in VoiceAttack, create a command entitled ((EDDI docking denied)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
-
{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
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.