View Single Post
  #14  
Old 05-01-2001, 01:22 AM
G_yoshi G_yoshi is offline
Forbidden
G_yoshi's Avatar
Join Date: Mar 2001
Posts: 7,206
G_yoshi will become famous soon enough
Send a message via AIM to G_yoshi
I still need some help with my HP meter displaying numbers.........i can get it to do it some what.....but it does not always work right.......

hp=strtofloat(#s(player_hp));
hp3=int(hp/100);
hp1=int(hp/10);
hp2=(hp%10);
showimg 202,hp_bar_#s(flavor).png,425,37;
changeimgpart 202,hp3*16,44,16,16;
changeimgvis 202,4;
showimg 203,hp_bar_#s(flavor).png,434,37;
changeimgpart 203,hp1*16,44,16,16;
changeimgvis 203,4;
showimg 204,hp_bar_#s(flavor).png,443,37;
changeimgpart 204,hp2*16,44,16,16;
changeimgvis 204,4;

that is what i have........if someone can help me, that would be great........
__________________
Reply With Quote