- Found in:
- Vanilla
eventOnStoryClearLocation(LocationakOldLocation)
Parameters
LocationakOldLocation
Examples
Auto-Generated Example
Scriptname MyCoolScript extends Quest
event OnStoryClearLocation(Location akOldLocation)
Debug.trace("Event received - OnStoryClearLocation: akOldLocation = " + akOldLocation)
endEvent