Hello guys ! 
I have a question for you. 
I want to make an outputChatBox which say "xy killed xy", but I dnot want the killer and the victim to see that message, because they get their own message.  
outputChatBox("xy killed you",victim) 
outputChatBox("xy killed xy",getRootElement(victim,killer))--something like this to make an exception? 
  
 
If theres no solution to that, how can i achieve the same effects?