Script Function: Q4KY
From Ultima Online: The Second Age
function void Q4KY(obj Q4XN) { list Q59P; appendToList(Q59P, 0x00); appendToList(Q59P, "TECHNICAL SUPPORT: Sound or video problems, client crashes, lag, latency, or other technical issues. You may try to resolve these issues through our web page trouble-shooter, email, or you may speak to a technical support representative directly."); appendToList(Q59P, 0x01); appendToList(Q59P, "BILLING ISSUES: If you cannot log into the game, if you believe your billing statement is in error, or just have general billing questions."); appendToList(Q59P, 0x02); appendToList(Q59P, "PREVIOUS: If the option you need was not listed above."); appendToList(Q59P, 0x03); appendToList(Q59P, "CONTINUE: If the option you need was not listed above, nor on the previous menu."); appendToList(Q59P, 0x04); appendToList(Q59P, "DONE"); selectType(Q4XN, Q4XN, 0x65, "Please select from the following options:", Q59P); return (); }