GetOwningQuest - Alias

Revision as of 09:01, 12 September 2012 by imported>JLundin
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Alias Script

Gets the quest that owns this alias.

SyntaxEdit

Quest Function GetOwningQuest() native

ParametersEdit

None

Return ValueEdit

The Quest that owns this alias object.

ExamplesEdit

; Tell the alias' owning quest to go to stage 50
Alias_Dragon.GetOwningQuest().SetStage(50)

See AlsoEdit