Script Function: Q4L6

From Ultima Online: The Second Age
Jump to: navigation, search
 function void Q4L6(obj Q4XN)
 {
   list Q59P;
   appendToList(Q59P, 0x00);
   appendToList(Q59P, "SUBMIT:  Submit a bug report.");
   appendToList(Q59P, 0x01);
   appendToList(Q59P, "You see the item, but you cannot use it, equip it, or unequip it; even though it is on your person.");
   appendToList(Q59P, 0x02);
   appendToList(Q59P, "You cannot see the item, but others can see it, even though it is on your person.");
   appendToList(Q59P, 0x03);
   appendToList(Q59P, "DONE");
   selectType(Q4XN, Q4XN, 0x6D, "If you have lost items in the game, we are sorry.  Items can be lost to decay, theft, and rarely bugs.  We do not replace lost items within the game no matter how they were lost.  We encourage you to submit a bug report.", Q59P);
   return ();
 }