View Single Post
  #10  
Old 11-09-2001, 05:36 AM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Quote:
Originally posted by btedji
playerdeaths might be able to be done with script but not accuratley, this could be good for exp, or possibly changing difficultly of enemies depending on the players deaths
Actually if you make a weapon with:
NPC Code:
if (playerdies) setstring client.deaths,#v(strtofloat(#s(client.deaths))+1);


It would extremely efficiently keep track of playerdeaths, you just can't really script anything along the lines of playerkills unless you make your own whole new damage system thing using triggeraction.
__________________

Reply With Quote