GetQuestFlag
From GECK
A function added by the JIP NVSE Plugin.
Description
Returns whether or not the specified flag (determined by flagID) is toggled for the specified Quest form.
Syntax
(flagValue:0/1) GetQuestFlag quest:form flagID:int{0-7}
Quest Flag IDs
0 Is running 1 Is completed 2 Allow repeated conversation topics 3 Allow repeated stages 4 Set running on reset 5 Is shown in Pip-Boy 6 Is failed 7 Unknown
Example
set bIsFlagSet to GetQuestFlag VDeadSea 3
Notes
- Start Game Enabled in the GECK or xEdit equals flags 0 and 4.