Quote:
Originally posted by jeff335
The following is the one line you need:
NPC Code:
showimg 2,@#v(playerhearts)/#v(playerfullhearts),playerx+.5,playery-1.5;
|
He is wanting to make a new HP system, not just use the current hearts.
NPC Code:
if (created || timeout) {
this.hearts = playershearts;
setstring heartsthing,#v(this.hearts);
showimg 2,@Dancin LET@c@#s(heartsthing),playerx+.5,playery-1.5;
timeout = .05;
}