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 ==...")
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)