Zorkaz Posted February 20, 2020 Posted February 20, 2020 How can I make it so a quest autostarts on load? I checked "Start Game enabled" as well as "Run once"The priority is 14 Quest stage 10 is set to run on start(I also added SetObjectiveDisplayed(10) in the scripts)Quest stage 50 is flagged as completed And then there's a custom script attached to it: EVENT onInit(); This event will run once, when the script is initializedTheHrlQuest.start()TheHrlQuest.SetCurrentStageID (10)Endevent
SKKmods Posted February 20, 2020 Posted February 20, 2020 Start game enabled flag is all you need. To see if the quest is running console [ SQV TheHrlQuest ] If it is not running 50% probability you have an unfilled quest alias which is not marked as Optional. If it is not running 50% probability you are trying to start the quest in a save game you have already tried to start the quest in.
SKKmods Posted February 20, 2020 Posted February 20, 2020 I should offer odds and start taking bets on stuff :pirate: <- bookmaker icon
Recommended Posts