Quote:
Originally Posted by Kingly_Krab
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.