View Single Post
  #86  
Old 02-04-2004, 04:31 AM
Termina_Owner Termina_Owner is offline
Registered User
Join Date: Oct 2003
Posts: 175
Termina_Owner is on a distinguished road
mineral's count?

NPC Code:

if (created){
setshape 1,32,32;
save[0] = 50; // Health
}
if (actionminded){
damage = strtofloat(#p(0));
save[0]-= damage;
message Arg... I only have #v(save[0]) life left! When shall you learn your mannres?;
if (save[0] <= 0){
message Damn Fool... YOU KILLED ME! WHYY!!!???;
save[0] = 50;
setstring clientr.mineralsachieved,#v(strtofloat(#s(clientr. mineralsachieved))+1);
}
}

__________________
- Rance Vicious
Reply With Quote