Background for Fallout 4
Member of the Quest script
eventOnStoryTrespass(ObjectReferenceakVictim, ObjectReferenceakTrespasser, LocationakLocation, intaiCrime)


Parameters

  1. ObjectReferenceakVictim

  2. ObjectReferenceakTrespasser

  3. LocationakLocation

  4. intaiCrime


Examples

Auto-Generated Example

Scriptname MyCoolScript extends Quest

event OnStoryTrespass(ObjectReference akVictim, ObjectReference akTrespasser, Location akLocation, int aiCrime)
    Debug.trace("Event received - OnStoryTrespass: akVictim = " + akVictim + " akTrespasser = " + akTrespasser + " akLocation = " + akLocation + " aiCrime = " + aiCrime)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.