OnStoryActivateActor - Quest

Revision as of 08: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)

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