Script Function: Q4KY

From Ultima Online: The Second Age
Revision as of 16:02, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4KY(<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 Q4KY(obj Q4XN)
 {
   list Q59P;
   appendToList(Q59P, 0x00);
   appendToList(Q59P, "TECHNICAL SUPPORT:  Sound or video problems, client crashes, lag, latency, or other technical issues.  You may try to resolve these issues through our web page trouble-shooter, email, or you may speak to a technical support representative directly.");
   appendToList(Q59P, 0x01);
   appendToList(Q59P, "BILLING ISSUES:  If you cannot log into the game, if you believe your billing statement is in error, or just have general billing questions.");
   appendToList(Q59P, 0x02);
   appendToList(Q59P, "PREVIOUS:  If the option you need was not listed above.");
   appendToList(Q59P, 0x03);
   appendToList(Q59P, "CONTINUE: If the option you need was not listed above, nor on the previous menu.");
   appendToList(Q59P, 0x04);
   appendToList(Q59P, "DONE");
   selectType(Q4XN, Q4XN, 0x65, "Please select from the following options:", Q59P);
   return ();
 }