SetObjectiveSkipped - Quest

Revision as of 17:06, 2 December 2015 by imported>Plplecuyer (Created page with "Category:Scripting Category:Papyrus '''Member of:''' Quest Script Sets the specified objective as skipped (hidden in this case, if it wasn't completed) == Syntax ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Quest Script

Sets the specified objective as skipped (hidden in this case, if it wasn't completed)

SyntaxEdit

Function SetObjectiveSkipped(int aiObjective)

ParametersEdit

  • aiObjective: The objective to flag as skipped.

Return ValueEdit

None.

ExamplesEdit

; Set the 10th objective to be skipped
MyQuest.SetObjectiveSkipped(10)

See AlsoEdit