OnStoryActivateActor - Quest

From the CreationKit Wiki
Revision as of 07:05, 29 January 2013 by imported>JustinOther (Reverted edits by JustinOther (talk) to last revision by Black RL)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Quest Script

Event called when this quest is started via an activate actor story manager event.

Syntax[edit | edit source]

Event OnStoryActivateActor(Location akLocation, ObjectReference akActor)

Parameters[edit | edit source]

  • akLocation: The Location that the actor was activated at.
  • akActor: The Actor that was activated.

Examples[edit | edit source]

Event OnStoryActivateActor(Location akLocation, ObjectReference akActor)
  Debug.Trace(akActor + " was activated in " + akLocation + " by the player"
endEvent

See Also[edit | edit source]