View Single Post
  #3  
Old 06-24-2002, 10:10 PM
Cybnext Cybnext is offline
Registered User
Join Date: Jun 2002
Posts: 100
Cybnext is on a distinguished road
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;
}

Reply With Quote