public override bool OnMoveOver( Mobile m )
{
if ( m is PlayerMobile && m.Karma <= 5000 ) //if player has less than 5k karma we dont allow access
{
return false;
}
else
{
return true; //we grant access
}
}
if using region controller make sure to add a area of at least 25x25 tile unless its been fixed it will throw a error and reset all controllers back if it don't delete them all
We use essential cookies to make this site work, and optional cookies to enhance your experience.