Script Function: Q4L1

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> Q4L1(<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 Q4L1(obj Q4XN)
 {
   list Q59P;
   appendToList(Q59P, 0x00);
   appendToList(Q59P, "Select this option to return to the main page.");
   appendToList(Q59P, 0x01);
   appendToList(Q59P, "Select this option to return to the previous menu.");
   appendToList(Q59P, 0x02);
   appendToList(Q59P, "DONE");
   selectType(Q4XN, Q4XN, 0x68, "Phone support can be reached at (512) 434-HELP.  Our technicians will be available to help you from 10:00am to 7:00pm CST.  We shut our phones down at 1:00pm to let your hard working technicians eat lunch.", Q59P);
   return ();
 }