Background for Starfield
Member of the Quest script


Parameters

LocationakOldLocation


Examples

Auto-Generated Example

Scriptname MyCoolScript extends Quest

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