Hey, i have made a prestige system with 5 prestiges (using IzNoGod's account system (will of course give credit)), so i just need to know if there is any way to set some stat to some value for example, "self.something = 10;". Is that possible to do with izno's stat system? I need that to remove all xp the player got, when he goes to prestige. But doing it like "self addstat ("xp",-999)" is not good way to do it. And also "self.stats["xp"] = 0;" is not recommended way to do it as said in the readme. I hope someone who has used the file or just someone who knows might help me :P