[dismiss]
This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.
OnStoryActivateActor - Quest
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]
Examples[edit | edit source]
Event OnStoryActivateActor(Location akLocation, ObjectReference akActor)
Debug.Trace(akActor + " was activated in " + akLocation + " by the player"
endEvent