public CustomPrayerStripGump(PlayerMobile viewer, CustomPrayerStrip strip)
     : base(0, 0)
 {
     m_Viewer = viewer;
     m_Strip = strip;
     if (m_Strip.Prayer == null)
         m_Strip.Prayer = new CustomFaithSpell();
     InitialSetup();
 }
 // 3006132  2132
 public MenuEntry(CustomPrayerStrip strip, PlayerMobile from)
     : base(5101)
 {
     m_Strip = strip;
     m_From = from;
 }