Uh, why get rid of everything when he/you could just delete the personal sav? O.o
~Lontahv
Lontahv wrote:Uh, why get rid of everything when he/you could just delete the personal sav? O.o
def negilahnbugfix1(self):
#negilahn book shows up, because SinglePlayerMode saves all links to your owned list, and negilahn was partially implemented in pots.
vault = ptVault()
self.msg("uruutils: looking for negilahn link.")
pal = vault.getAgesIOwnFolder()
if(pal):
contents = pal.getChildNodeRefList()
for content in contents:
link = content.getChild().upcastToAgeLinkNode()
info = link.getAgeInfo()
if (info):
agename = info.getAgeFilename()
if(agename=="Negilahn"):
self.msg("uruutils: found negilahn link, deleting...")
pal.removeNode(link)
#pal.save()
Jamey wrote:What does this mean?
Users browsing this forum: No registered users and 1 guest