Script Function: Q4L4

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> Q4L4(<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 Q4L4(obj Q4XN)
 {
   list Q59P;
   appendToList(Q59P, 0x00);
   appendToList(Q59P, "If you were not able to find the information you needed through the web page, you may also write our e-mail support at:  support@owo.com");
   appendToList(Q59P, 0x01);
   appendToList(Q59P, "Would you like some information within the game?  Page a counselor.  Counselors are players, just like you, that have volunteered to avail their knowledge to other players.  There is no guarantee that a counselor will be in the game at this time as they are volunteer support.");
   appendToList(Q59P, 0x02);
   appendToList(Q59P, "Select this option to open your browser to the online guide.");
   appendToList(Q59P, 0x03);
   appendToList(Q59P, "Select this option to return to the main menu.");
   appendToList(Q59P, 0x04);
   appendToList(Q59P, "DONE");
   selectType(Q4XN, Q4XN, 0x6B, "Many of the gameplay questions that you may have are answered on our website.  To manually go to this address, you may open your browser to:  http://www.owo.com/guide/index.html", Q59P);
   return ();
 }