
self iPrintlnBold("You rolled 21 - Godmode for 15 seconds");
self.maxhealth = 90000;
self.health = self.maxhealth;
wait 15;
self iPrintlnBold("Godmode off");
self.maxhealth = 100;
wait 0.05;
self.health = self.maxhealth;
self thread doRandom();
break;