protected override void OnTarget(Mobile from, object o) { if (o is Mobile) { objMsg.Player = (Mobile)o; objMsg.Display(); } }