-
Notifications
You must be signed in to change notification settings - Fork 85
Entered normal space event
Triggered when your ship enters normal space.
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.bodyId} - The numeric ID of the nearest body to the commander when entering normal space (if any)
-
{event.bodyname} - The nearest body to the commander when entering normal space (if any)
-
{event.bodytype} - The localized type of the nearest body to the commander when entering normal space
-
{event.bodytype_invariant} - The invariant type of the nearest body to the commander when entering normal space
-
{event.multicrew} - True if the ship is belongs to another player
-
{event.systemAddress} - The numeric system address of the star system at which the commander has entered normal space
-
{event.systemname} - The system at which the commander has entered normal space
-
{event.taxi} - True if the ship is an transport (e.g. taxi or dropship)
To respond to this event in VoiceAttack, create a command entitled ((EDDI entered normal space)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
-
{DEC:EDDI entered normal space body id} - The numeric ID of the nearest body to the commander when entering normal space (if any)
-
{TXT:EDDI entered normal space bodyname} - The nearest body to the commander when entering normal space (if any)
-
{TXT:EDDI entered normal space bodytype} - The localized type of the nearest body to the commander when entering normal space
-
{TXT:EDDI entered normal space bodytype invariant} - The invariant type of the nearest body to the commander when entering normal space
-
{BOOL:EDDI entered normal space multicrew} - True if the ship is belongs to another player
-
{DEC:EDDI entered normal space system address} - The numeric system address of the star system at which the commander has entered normal space
-
{TXT:EDDI entered normal space systemname} - The system at which the commander has entered normal space
-
{BOOL:EDDI entered normal space taxi} - True if the ship is an transport (e.g. taxi or dropship)
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.