- Found in:
- Vanilla
eventOnPlayerJail(ObjectReferenceakGuard, FormakFaction, LocationakLocation, intaeCrimeGold)
Description
Documentation Comment
Event that is triggered when the player goes to jail.
Parameters
Examples
Auto-Generated Example
Scriptname MyCoolScript extends ReferenceAlias
event OnPlayerJail(ObjectReference akGuard, Form akFaction, Location akLocation, int aeCrimeGold)
Debug.trace("Event received - OnPlayerJail: akGuard = " + akGuard + " akFaction = " + akFaction + " akLocation = " + akLocation + " aeCrimeGold = " + aeCrimeGold)
endEvent