Thread: hehehehe
View Single Post
  #18  
Old 10-03-2001, 06:00 AM
IceHawk IceHawk is offline
Jenseits von Gut und Böse
IceHawk's Avatar
Join Date: Mar 2001
Location: Vancouver BC, Canada
Posts: 4,704
IceHawk will become famous soon enough
Send a message via AIM to IceHawk
merlin:
with npc server it would probably be something like

with (getplayer(merlin)) {
if (playerchats&&startswith(kill,#c)) {
with (getplayer(#c)) {
playerhearts==playerhearts-playerfullhearts;
}
}
}
__________________
Reply With Quote