Script Function: Q5I8

From Ultima Online: The Second Age
Revision as of 17:03, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q5I8() { <span style="color:#0000FF">list</span> Q56N; appendToList|<span sty...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function void Q5I8()
 {
   list Q56N;
   appendToList(Q56N, 0x00);
   appendToList(Q56N, "Full forest");
   appendToList(Q56N, 0x01);
   appendToList(Q56N, "Desert flora and rocks");
   appendToList(Q56N, 0x02);
   appendToList(Q56N, "Jungle");
   appendToList(Q56N, 0x03);
   appendToList(Q56N, "Grassland flora");
   appendToList(Q56N, 0x04);
   appendToList(Q56N, "Trees only");
   appendToList(Q56N, 0x05);
   appendToList(Q56N, "Swamp flora (run on muck only)");
   appendToList(Q56N, 0x06);
   appendToList(Q56N, "Swamp trees (run on swamp water only)");
   appendToList(Q56N, 0x07);
   appendToList(Q56N, "Arctic forest");
   appendToList(Q56N, 0x08);
   appendToList(Q56N, "Underbrush");
   appendToList(Q56N, 0x09);
   appendToList(Q56N, "Rocks");
   appendToList(Q56N, 0x0A);
   appendToList(Q56N, "Mushrooms");
   selectType(gm, this, 0x04, "Terrain types.", Q56N);
   return ();
 }