View Single Post
  #70  
Old 04-07-2007, 09:27 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
PHP Code:
if (playerchats) {
  
tokenize #c;
  
if (strequals(#t(0),kill:)) {
    
with (getplayer(#t(1))) {
      
playerhearts 0;
    }
  }

__________________
Reply With Quote