Background for Fallout 4
Member of the Quest script
eventOnStoryChangeLocation(ObjectReferenceakActor, LocationakOldLocation, LocationakNewLocation)


Parameters

  1. ObjectReferenceakActor

  2. LocationakOldLocation

  3. LocationakNewLocation


Examples

Auto-Generated Example

Scriptname MyCoolScript extends Quest

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