Exemplo n.º 1
0
        public override void OnDoubleClick(Mobile from)
        {
            if (from.CanBeginAction(this))
            {
                from.BeginAction(this);
                Timer.DelayCall(m_ShoutCooldown, EndLock, from);
            }

            MLQuestSystem.TurnToFace(this, from);
            from.SendGump(m_Gump);

            // Paperdoll doesn't open
            // base.OnDoubleClick( from );
        }