Script Function: Q4KX

From Ultima Online: The Second Age
Jump to: navigation, search
 function void Q4KX(obj Q4XN)
 {
   list Q59P;
   appendToList(Q59P, 0x00);
   appendToList(Q59P, "CHARACTER IS PHYSICALLY STUCK:  This type of call can only be handled by a Game Master.  Game Master hours are 2:00pm to 12:00am CST.");
   appendToList(Q59P, 0x01);
   appendToList(Q59P, "ANOTHER PLAYER IS HARASSING ME:  Again, the only way for us to verify this kind of issue directly is for you to call a Game Master.  If the harassment occurs outside of Game Master hours, please send a message to our e-mail support.");
   appendToList(Q59P, 0x02);
   appendToList(Q59P, "CHARACTER CAN NOT CONTINUE: If your character is suffering from an error which is considered drastic and is preventing you from continuing within the game, please page a Game Master during the posted hours or write to our e-mail support.");
   appendToList(Q59P, 0x03);
   appendToList(Q59P, "CONTINUE:  If your choice was not listed here, select this option.");
   appendToList(Q59P, 0x04);
   appendToList(Q59P, "DONE");
   selectType(Q4XN, Q4XN, 0x64, "Please remember, Game Masters are only available to help with the following types of calls:  character cannot move, you are being harassed, or your character cannot continue.  Please choose the area in which you require assistance from below.", Q59P);
   return ();
 }