Skip to content
ShadowDoctorK edited this page Apr 2, 2019 · 1 revision

Return To Event Index

Event Information

[Game Event] This event is triggered when the frame shift drive has completed charging and you are jumping to Supercruise or Hyperspace.

Event Trigger & Variables

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

The following variables are populated for use:

  • StartJump_Type The of jump, Supercruise or Hyperspace.
  • StartJump_DestinationSystem The destination if conducting a Hyperspace jump.
  • StartJump_Address The destination system's address if conducting a Hyperspace jump.
  • StartJump_StarClass The destination system's star class if conducting a Hyperspace jump.

Journal Entry Example

{ "timestamp":"2018-10-30T04:22:34Z", "event":"StartJump", "JumpType":"Hyperspace", "StarSystem":"Col 285 Sector AI-K a38-4", "SystemAddress":75737990056832, "StarClass":"TTS" }