OnStoryActivateActor - Quest

Member of: Quest Script

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

SyntaxEdit

Event OnStoryActivateActor(Location akLocation, ObjectReference akActor)

ParametersEdit

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

ExamplesEdit

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

See AlsoEdit