Difference between revisions of "Script Function: Q5IA"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q5IA() { <span style="color:#0000FF">list</span> Q56N; <span style="color:#0000...") |
(No difference)
|
Latest revision as of 17:04, 12 October 2018
function void Q5IA() { list Q56N; string n; for(int i = 0x00; i < numInList(Q647); i++) { appendToList(Q56N, i); n = oprlist(Q647[i], 0x00); appendToList(Q56N, n); } appendToList(Q56N, numInList(Q56N)); appendToList(Q56N, "None."); selectType(gm, this, 0x02, "Transition types.", Q56N); return (); }