Thread: How do I start?
View Single Post
  #10  
Old 05-10-2003, 07:11 AM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
NPC Code:

if (created || timeout) {

if (strtofloat(#s(client.curhp))>strtofloat(#s(client .maxhp))) setstring client.curhp,#v(strtofloat(#s(client.maxhp)));

showimg 4,houses_main3.png,60,screenheight-20;
changeimgpart 4,60,20,int((200/strtofloat(#s(client.maxhp)))*strtofloat(#s(client .curhp))),20;
changeimgvis 4,4;

timeout = 2;
}



I'm not sure what you mean by all screwed up, but I copied your and just changed the image name and it worked perfectly. I read about it getting screwed up when it's above, so look up ^.
__________________
[signature]insert here[/signature]
Reply With Quote