示例#1
0
        private void GiveMap(Mobile from)
        {
            CorgulIslandMap map = new CorgulIslandMap(m_WarpPoint);

            from.AddToBackpack(map);

            m_IslandMaps.Add(map);

            from.SendLocalizedMessage(1116359); // The island's location has been marked on your map. You should make haste while the island is still afloat.
        }
示例#2
0
        private void GiveMap(Mobile from)
        {
            CorgulIslandMap map = new CorgulIslandMap(m_WarpPoint);
            from.AddToBackpack(map);

            m_IslandMaps.Add(map);

            from.SendLocalizedMessage(1116359); // The island's location has been marked on your map. You should make haste while the island is still afloat.
        }