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


Parameters

ObjectReferenceakActor

LocationakOldLocation

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.