- Found in:
- Vanilla
eventOnStoryTrespass(ObjectReferenceakVictim, ObjectReferenceakTrespasser, LocationakLocation, boolabCrime)
Parameters
Examples
Auto-Generated Example
Scriptname MyCoolScript extends Quest
event OnStoryTrespass(ObjectReference akVictim, ObjectReference akTrespasser, Location akLocation, bool abCrime)
Debug.trace("Event received - OnStoryTrespass: akVictim = " + akVictim + " akTrespasser = " + akTrespasser + " akLocation = " + akLocation + " abCrime = " + abCrime)
endEvent