Background for Skyrim SE
Member of the Quest script
voidfunctionFailAllObjectives()Native

Description

Wiki Description

Flags all objectives on this quest as failed.

Documentation Comment

Flags all objectives as failed


Caveats

CK Wiki - Notes

  • It will fail all objectives that are displayed in the journal. The failed ones that are not completed before hand will not display on screen as failed.

    • Any objectives completed will be flagged as failed in the journal, but will not show up on screen as failed. That is, they will have a red X beside them in the journal even if they were previously completed, but they will not pop up a message saying "Failed: <objective text>" outside of the journal.
    • Any objectives that were not called to be displayed, will be ignored by the function.

Examples

; fails all objectives on the quest
MyQuest.FailAllObjectives()

Auto-Generated Example

myQuest__toCallFunctionOn.FailAllObjectives()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.