Difference between revisions of "Script Function: Q4L0"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4L0(<span style="color:#0000FF">obj</span> Q4XN) { <span style="color:#0000FF">lis...") |
(No difference)
|
Latest revision as of 15:02, 12 October 2018
function void Q4L0(obj Q4XN) { list Q59P; appendToList(Q59P, 0x00); appendToList(Q59P, "PHONE SUPPORT: For information on phone support, choose this option."); appendToList(Q59P, 0x01); appendToList(Q59P, "E-MAIL SUPPORT: For information on e-mail technical support, choose this option."); appendToList(Q59P, 0x02); appendToList(Q59P, "WEB SUPPORT: Our web page has a full line of technical support issues currently known. Please visit http://www.owo.com for the complete listing. Select this option to automatically open your web browser to our support issues."); appendToList(Q59P, 0x03); appendToList(Q59P, "Select this option to return to the main page."); appendToList(Q59P, 0x04); appendToList(Q59P, "DONE"); selectType(Q4XN, Q4XN, 0x67, "Technical support is considered to be sound/video problems, client crashes, lag, latency, or other technical issues. If you have lost items or stats within the game, this is not a technical support issue, please return to the Main Menu.", Q59P); return (); }