Background for Fallout 4
Member of the Quest script


Parameters

  1. LocationakLocation

  2. ObjectReferenceakActor


Examples

Auto-Generated Example

Scriptname MyCoolScript extends Quest

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