GetOwningQuest - Alias
Revision as of 15:26, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
Member of: Alias Script
Gets the quest that owns this alias.
Syntax
Quest Function GetOwningQuest() native
Parameters
None
Return Value
The Quest that owns this alias object.
Examples
; Tell the alias' owning quest to go to stage 50
Alias_Dragon.GetOwningQuest().SetStage(50)