This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.

SetObjectiveSkipped - Quest

From the Fallout4 CreationKit Wiki
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 aiObjectiveID)

Parameters[edit | edit source]

  • aiObjectiveID: 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]