Script Function: Q4L4

From Ultima Online: The Second Age
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 ();
 }