-
Notifications
You must be signed in to change notification settings - Fork 0
Event: CrewHire
Dryheat4u edited this page Apr 14, 2019
·
4 revisions
[Game Event] This event is triggered when the player hires an NPC crew member using the Crew Lounge menu.
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.
{ "timestamp":"2018-10-26T10:17:57Z", "event":"CrewHire", "Name":"Korey Cannon", "CrewID":234686432, "Faction":"Eureka Mining Co-Operative", "Cost":15000, "CombatRank":0 }