thousande Posted January 29, 2018 Share Posted January 29, 2018 Hi I am trying to create a Game Start Enabled quest. Everything works so far, Run on Start stage is set, the screen displays "The Quest Started" with the objective text displayed. What is the trick to get quest auto selected / auto ticked in the Data tab / quest list in the Pip-Boy? Thank you in advance for any pointers! Link to comment Share on other sites More sharing options...
JonathanOstrus Posted January 30, 2018 Share Posted January 30, 2018 It's been a while since I've messed with it but SetActive() may be what you're looking for https://www.creationkit.com/fallout4/index.php?title=SetActive_-_Quest You will likely want/need to have quest objectives set and visible with SetObjectiveDisplayed() https://www.creationkit.com/fallout4/index.php?title=SetObjectiveDisplayed_-_Quest Link to comment Share on other sites More sharing options...
thousande Posted January 30, 2018 Author Share Posted January 30, 2018 Hi! SetActive() was the missing piece Thank you! Link to comment Share on other sites More sharing options...
Recommended Posts