OnStoryChangeLocation - Quest

From Creation Kit
Revision as of 2011-11-17T16:12:52 by Henning (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Member of: Quest Script

Event called when this quest is started via a change location story manager event.

Contents

Syntax

Event OnStoryChangeLocation(ObjectReference akActor, Location akOldLocation, Location akNewLocation)

Parameters

  • akActor: The ObjectReference that changed locations.
  • akOldLocation: The Location that the object left.
  • akNewLocation: The Location that the object arrived at.

Examples

Event OnStoryChangeLocation(ObjectReference akActor, Location akOldLocation, Location akNewLocation)
  Debug.Trace(akActor + " moved from " + akOldLocation + " to " + akNewLocation)
endEvent

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
coming
coming
coming
coming