GetOwningQuest - Package
Member of: Package Script (Papyrus)
Gets the quest that owns this package.
SyntaxEdit
Quest Function GetOwningQuest() native
ParametersEdit
None
Return ValueEdit
The Quest that owns this package object.
ExamplesEdit
; On a script attached to a package, tell our owning quest to start running
GetOwningQuest().Start()