View Single Post
Old 04-28-2006, 09:27 AM   #2 (permalink)
Aenima
Forum Expert
 
Join Date: Oct 2002
Posts: 1,126
Default

Code:
foreach ( Mobile m in World.Mobiles.Values )
{
      if ( m.AccessLevel >= AccessLevel.GameMaster )
            m.SendMessage( "Player \"{0}\" has entered jail.", from.Name ); 
}
in the jail region OnEnter function.
Aenima is offline   Reply With Quote