QuestStageSet is defined in Workshop Framework, in the script WorkshopFramework:LibraryDataStructures
- QuestForm: The Quest form to check the stages of. (Use this OR iFormID/sPluginName, not both).
- iStage: The stage to check on the corresponding Quest. By default, this checks to confirm the stage has been reached on the quest, but if bNotDoneCheck is checked, it instead confirms this stage has not occurred.
- bNotDoneCheck: If this is checked, the quest must NOT have triggered iStage yet.
- [Advanced Use Only] iFormID: Hex ID of the quest converted to an integer.
- [Advanced Use Only] sPluginName: Plugin filename the quest can be found.