Difference between revisions of "Script Function: Q4L2"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4L2(<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 Q4L2(obj Q4XN) { list Q59P; appendToList(Q59P, 0x00); appendToList(Q59P, "Select this option to return to the main page."); appendToList(Q59P, 0x01); appendToList(Q59P, "Select this option to return to the previous menu."); appendToList(Q59P, 0x02); appendToList(Q59P, "DONE"); selectType(Q4XN, Q4XN, 0x69, "E-mail support can be reach by e-mailing: support@owo.com. Please give our representatives four working days when answering your e-mail request.", Q59P); return (); }