Script Function: Q4L3

From Ultima Online: The Second Age
Jump to: navigation, search
 function void Q4L3(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 try to call (512) 434-HELP.  A representative will be available to help you from 10:00am to 7:00pm CST (M-F).  We do break from 1:00pm to 2:00pm for lunch.");
   appendToList(Q59P, 0x01);
   appendToList(Q59P, "Select this option to open your browser to the registration site.");
   appendToList(Q59P, 0x02);
   appendToList(Q59P, "Select this option to return to the main menu.");
   appendToList(Q59P, 0x03);
   appendToList(Q59P, "DONE");
   selectType(Q4XN, Q4XN, 0x6A, "Most billing inquiries are able to be answered through our billing web page.  To see the status of your account, you may either open your browser and go to:  http://ultima-registration.com , or you may select the option below to open your browser.", Q59P);
   return ();
 }