Skip to content
Dryheat4u edited this page Apr 14, 2019 · 4 revisions

Return To Event Index

Event Information

[Game Event] This event is triggered when the player hires an NPC crew member using the Crew Lounge menu.

Event Trigger & Variables

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

The following variables are populated for use:

  • CrewHire_Name The crew members name.
  • CrewHire_ID The crew members ID.
  • CrewHire_Faction The crew members faction.
  • CrewHire_Cost The crew members hire cost.
  • CrewHire_Rank The crew members combat rank.

Journal Entry Example

{ "timestamp":"2018-10-26T10:17:57Z", "event":"CrewHire", "Name":"Korey Cannon", "CrewID":234686432, "Faction":"Eureka Mining Co-Operative", "Cost":15000, "CombatRank":0 }