#W# Added greetings to some regions.
This commit is contained in:
parent
251b8ce762
commit
7932b0b17e
5 changed files with 52 additions and 25 deletions
|
|
@ -26,5 +26,14 @@ namespace Server.Regions
|
|||
{
|
||||
global = LightCycle.CaveLevel;
|
||||
}
|
||||
|
||||
public override void OnEnter( Mobile m )
|
||||
{
|
||||
base.OnEnter( m );
|
||||
if ( m != null && m.Player )
|
||||
{
|
||||
m.SendMessage( "You have entered a dark cave system." );
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue