IsharaMeradin Posted September 9, 2016 Share Posted September 9, 2016 SetActive doesn't remove the markers. SetActive is a toggle function used to mark an already running quest as active in the journal. A by-product is that it also makes its markers appear on the map. The markers were always there. Its the same thing as the player going into the journal and clicking on a quest to make it active or not. I have no idea what will actually happen if you remove it from an existing script. Link to comment Share on other sites More sharing options...
Aragorn58 Posted September 10, 2016 Share Posted September 10, 2016 (edited) Just don't make the quest active in your journal and quest markers will not appear. Not sure but there may be a game play setting that removes quest markers. Not near the game aright now, can't check. Edited September 10, 2016 by Aragorn58 Link to comment Share on other sites More sharing options...
Nephenee13 Posted September 10, 2016 Share Posted September 10, 2016 Why are you using SetActive() ? All that does is makes an already running quest active in the journal and have its associated quest markers show up. The player can easily turn that on or off in the journal. Your quest shouldn't be running at all until the conditions for it to start take place. If I remove the 'setactive()' command from a quest script will change anything other than removing the journal and quest markers? Or does it ONLY affect the journal and quest markers. Reason I'm asking is I want to disable quest markers for all quests instead of having to do it manually every time in-game - but I don't want to break the quests in case it affects anything else. thanks Kuertee's Auto Save and Time has a setting to remove all map and quest markers. You can just deactivate the auto save and timekeeping functions in the MCM if you don't want those. Also you shouldn't bump an old thread with an unrelated question. Make a new thread for your question. What you asked had nothing to do with what this thread was originally about. Link to comment Share on other sites More sharing options...
Recommended Posts