Jump to content

Mod to remove cleared tag when an area respawns


redmoon626

Recommended Posts

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(" ")

else

location.isCleared("Cleared")

}

endif

 

and attaching it to each encounter location, if that's even possible.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...