View Single Post
  #3  
Old 01-30-2015, 03:33 PM
ghanja's Avatar
ghanja
Dragon
 
Join Date: Aug 2012
Location: Hershey, PA
Posts: 499
Default

Quote:
Originally Posted by Kingly_Krab View Post
Check your plugins file, I changed the way a lot of the plugins worked on Sanctuary.
Code:
sub SEV{
	$ent = $_[0];
	$var_n = $_[1];
	$var_v = $_[2];
	$ent->SetEntityVariable($var_n, $var_v);
}
Is the code for my utility.pl, not quite sure what an entirely different server has to do with it. Just an assumption I suppose? Though I appreciate the read of the post.
Reply With Quote