- Found in:
- Vanilla
Description
Wiki Description
Flags this quest as active or not (tracked by the player).
Documentation Comment
Flags this quest as "active" (tracked by the player)
Caveats
Parameters
boolabActive=true
CK Wiki Description
Whether the quest should be active or not.
- Default:True
Examples
; Flag the main quest as active
MainQuestProperty.SetActive(); Turn off the active status of the main quest
MainQuestProperty.SetActive(false)Auto-Generated Example
bool myBool__abActive
myQuest__toCallFunctionOn.SetActive(myBool__abActive)Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
