redmoon626 Posted January 20, 2017 Share Posted January 20, 2017 I'm using a mod that removed all the empty tags off of searchable barrels and such. Can this idea be expanded upon? Is there a way to design a mod that would remove the cleared tag in both the world and local maps when an area respawns? I don't know where to even start with Papyrus but I was thinking of something along the lines of an if/else statement: if location.isRespawn(true){location.isCleared(" ")elselocation.isCleared("Cleared")}endif and attaching it to each encounter location, if that's even possible. Link to comment Share on other sites More sharing options...
Recommended Posts