Thread: Help With NPC!
View Single Post
  #15  
Old 10-24-2001, 07:38 AM
aesquivel aesquivel is offline
Registered User
Join Date: Sep 2001
Location: Whitewright
Posts: 346
aesquivel is on a distinguished road
Send a message via AIM to aesquivel
Quote:
Originally posted by MattPlug
What about when player has 0 hearts it warps? How would I do that?
if (playerhearts>=0) {
setlevel2 blah.graal,30,30;
}
NPC Code:

if (playerhearts=0) {
setlevel2 blah.graal,30,30;
}



dats a little better cuz u dont need the > im not saying it'll werk but it makes it more right if that sounds right
__________________
Reply With Quote