View Single Post
  #7  
Old 08-21-2016, 10:13 PM
NatedogEZ's Avatar
NatedogEZ
Developer
 
Join Date: Dec 2012
Posts: 515
Default

You could try this...

Setup an invisible NPC in the "Safe Area" and when they enter the proximity it triggers this...
Code:
sub EVENT_ENTER {
	$entity_list->RemoveFromHateLists($client);
}
Reply With Quote