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

Description

Wiki Description

Checks to see if this quest is running or not.

Documentation Comment

Checks to see if the quest is running


Caveats

CK Wiki - Notes

  • If the quest has a startup stage, IsRunning() remains false until the fragment scripts of this stage end their execution.

Examples

; Is the main quest running?
if (MainQuestProperty.IsRunning())
  Debug.Trace("The main quest is running")
endIf

Auto-Generated Example

bool returnedValue = myQuest__toCallFunctionOn.IsRunning()

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.