Script Function: Q4KZ

From Ultima Online: The Second Age
Jump to: navigation, search
 function void Q4KZ(obj Q4XN)
 {
   list Q59P;
   appendToList(Q59P, 0x00);
   appendToList(Q59P, "GENERAL HINTS / GAMEPLAY QUESTIONS:  If you need a hint or just a push in the right direction, select this option.");
   appendToList(Q59P, 0x01);
   appendToList(Q59P, "REQUEST LATEST GAME INFORMATION:  We continuously update all new information regarding Ultima Online, plus any information about upcoming updates on our web page.");
   appendToList(Q59P, 0x02);
   appendToList(Q59P, "BUG SUBMISSION / LOST ITEMS:  You may submit any bugs which have adversely, or even beneficially, affected your character to our web page.");
   appendToList(Q59P, 0x03);
   appendToList(Q59P, "PREVIOUS:  If the option you need was not listed above.");
   appendToList(Q59P, 0x04);
   appendToList(Q59P, "DONE");
   selectType(Q4XN, Q4XN, 0x66, "Please select from the following options:", Q59P);
   return ();
 }