SetObjectiveSkipped - Quest

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