SetObjectiveSkipped - Quest

From the Fallout4 CreationKit Wiki
Revision as of 18: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)
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)

See Also[edit | edit source]