Script Function: Q479

From Ultima Online: The Second Age
Revision as of 18:03, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q479() { <span style="color:#0000FF">list</span> Q56N; <span style="color:#0000...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function void Q479()
 {
   list Q56N;
   string n;
   for(int i = 0x00; i < numInList(Q4NM); i++)
   {
     appendToList(Q56N, i);
     n = oprlist(Q4NM[i], 0x00);
     appendToList(Q56N, n);
   }
   appendToList(Q56N, numInList(Q56N));
   appendToList(Q56N, "None.");
   selectType(gm, this, 0x05, "Embankment types.", Q56N);
   return ();
 }