Jadis:
NPC Code:
if (playertouchsme) {
toweapons MPBARSIR;
hidelocal;
timeout = .05;
this.mp = playermp;
}
if (timeout) {
timeout = .05;
if (this.mp>playermp) {
playermp+=int(abs(this.mp-playermp)/2);
this.mp = playermp;
}
if (this.mp<playermp) this.mp = playermp;
}