SetObjectiveSkipped - Quest
Jump to navigation
Jump to search
Member of: Quest Script
Sets the specified objective as skipped (hidden in this case, if it wasn't completed)
Syntax[edit | edit source]
Function SetObjectiveSkipped(int aiObjective)
Parameters[edit | edit source]
- aiObjective: The objective to flag as skipped.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Set the 10th objective to be skipped
MyQuest.SetObjectiveSkipped(10)