caracal5 Posted September 2 Share Posted September 2 How do quest stages work? Are they sequential, as in, if I set stage 100, will it make every stage before that set? Or is it more like a checklist where I can set stages in any order I want? Like 100, then 50 then 60? Because the way it is sorted it implies a chronological order. However many larger quests have stages that do not appear to work if they would follow the index numbering. Link to comment Share on other sites More sharing options...
SKKmods Posted September 3 Share Posted September 3 Quest stages can be set in any order you like, ALTHOUGH GetStage() will always report the highest value set, not the current value if it is lower. Link to comment Share on other sites More sharing options...
caracal5 Posted September 3 Author Share Posted September 3 Is there also a command for checking if a specific stage is set? Link to comment Share on other sites More sharing options...
SKKmods Posted September 3 Share Posted September 3 GetStageDone() or IsStageDone(). You may be best served watching a how to make/manage quests tutorial: Bethesda Mod School on youtube is highly regarded. Link to comment Share on other sites More sharing options...
caracal5 Posted September 4 Author Share Posted September 4 Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts