#W# Region work...

This commit is contained in:
WarrentyExpired 2026-07-07 11:23:20 -04:00
parent 7932b0b17e
commit 737e545862
6 changed files with 85 additions and 11 deletions

View file

@ -1,4 +1,6 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Xml;
using Server;
using Server.Mobiles;
@ -17,4 +19,4 @@ namespace Server.Regions
return false;
}
}
}
}

View file

@ -30,14 +30,5 @@ namespace Server.Regions
{
return true;
}
public override void OnEnter( Mobile m )
{
base.OnEnter( m );
if ( m != null && m.Player )
{
m.SendMessage( "You have entered <BASEFONT COLOR='#00FF00'>{0}</BASEFONT>.", this.Name );
}
}
}
}