Skip to content

Event: DockingTimeout

Dryheat4u edited this page Apr 14, 2019 · 3 revisions

Return To Event Index

Event Information

[Game Event] This event is triggered when a player fails to dock with the station during the allotted time window.

Event Trigger & Variables

Create a command named "EVENT - DockingTimeout" for the Project A.L.I.C.E plug-in to trigger once the event is processed.

The following variables are populated for use:

  • DockingTimeout_Station The name of the station.
  • DockingTimeout_Type The station type (Bernal, Outpost ect...).
  • DockingTimeout_Market The stations market ID.

Journal Entry Example

{ "timestamp":"2018-10-02T03:03:18Z", "event":"DockingTimeout", "MarketID":3221503744, "StationName":"Hennen Station", "StationType":"Bernal" }