Script Function: Q4L7

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> Q4L7(<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 Q4L7(obj Q4XN)
 {
   list Q59P;
   appendToList(Q59P, 0x00);
   appendToList(Q59P, "If you have tried both of these options, select this option to have a call entered into the Game Master queue, and someone will come to help you as soon as possible.");
   appendToList(Q59P, 0x01);
   appendToList(Q59P, "DONE");
   selectType(Q4XN, Q4XN, 0x6E, "Try the following suggestions if you can see the item but you cannot use it.  1) Try to log out of the game and back in.  This often fixes the problem.  2) Try to enter a dungeon and exit it.  This can also solve the problem.", Q59P);
   return ();
 }