Script Function: Q4L6

From Ultima Online: The Second Age
Revision as of 16:01, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4L6(<span style="color:#0000FF">obj</span> Q4XN) { <span style="color:#0000FF">lis...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 ();
 }