View Single Post
  #3  
Old 10-15-2001, 11:33 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Re: Someone Give Me Script For Health Bat,plz

Quote:
Originally posted by Chef93827374
Someone Give Me Script For Health Bar!!!
Someone Give Me The Exact Script For Health Bar,And Can a Good Gat Maybe Make Me an Image For it?i suck at that,plz!!!! Thx!!!!!!!!!!!!!!!!

-DarkBuzz-
i'll point you in the proper direction .... using enigexp.gif:
NPC Code:

// NPC made by Nyght *Asst* (LAT Admin)
if (created) {
toweapons -EXP Bar;
EXPenabled();
}
function EXPenabled() {
showimg 200,enigexp.gif,500,55;
changeimgvis 200,10;
changeimgpart 200,1,1,109,32
}
while (playerhearts=3) {
showimg 201,enigmaexp.gif,520,65;
changeimgvis 201,10;
changeimgpart 201,15,31,95,25
}


This is all still very new for me but its fairly simple once you get the basics straight. What it does is it puts the image on there and the blue bar should appear ithin the main black one but I am still getting the settings right .... This is just to get you heading the right way ...
Reply With Quote