Thread: $mob->
View Single Post
  #14  
Old 08-28-2008, 06:05 PM
KLS
Administrator
 
Join Date: Sep 2006
Posts: 1,348
Default

$client shouldn't be exported on timer as there's no client trigger for that event.

Code:
if($hate_target->IsClient()){
	$hate_target->SetLevel(1, false);
}
Reply With Quote