(adsbygoogle = window.adsbygoogle || []).push({});Ok I have a question, look at this code.
{if ( self GetStance() == "stand" ){if(self.demi == 0){self.demi = 1;self.maxhealth=400;self.health=400;self iPrintln("^22xHealth ON");}else{self.demi = 0;self.maxhealth=200;self.health=200;self iPrintln("^12xHealth OFF");
My question is, is the maximum health without hacking 100 or 200?
Because this is just a demi-god code that I have altered.
And when demi-god was turned off, it changed the health to 200 not 100.
So is the actual health that everyone has 200 or 100?