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

Return To Event Index

Event Information

[Game Event] This event is triggered after committing any type of crime.

Event Trigger & Variables

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

The following variables are populated for use:

  • CommitCrime_Crime The type of crime committed.
  • CommitCrime_Faction The name of the faction issuing the offence.
  • CommitCrime_Victim The name of the victim.
  • CommitCrime_Charge The type of charge, Bounty or Fine.
  • CommitCrime_Credits The amount being charged.

Journal Entry Example

{ "timestamp":"2018-10-11T20:57:31Z", "event":"CommitCrime", "CrimeType":"collidedAtSpeedInNoFireZone_hulldamage", "Faction":"Eureka Mining Co-Operative", "Fine":100 }