if(usr.hp<=0)
usr<<"You have died"
usr.hp = usr.hpmax
del(usr)
Problem description:
this is part of my deathcheck proc (del part)and it always deletes the user, even when its maximum hp. do i really suck dat bad?
EDIT: or maybe its just my meds, ive been taking some stuff thats spose' tuh make me not think straight as a side effect
I'm really not seeing what you are asking. The coding I'm looking at will delete the usr regardless. If you want them to just respawn with max hp then don't call del() just change their location to a spawn point or what not.