Difference between revisions of "Script Function: Q5QR"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q5QR() { <span style="color:#0000FF">list</span> Q4AF = 0x1B7A, <span style="color:...") |
(No difference)
|
Latest revision as of 17:02, 12 October 2018
function void Q5QR() { list Q4AF = 0x1B7A, "wooden shield takes 9 wood"0x0E7D, "box takes 9 wood", 0x0E7E, "small crate takes 9 wood", 0x0E3E, "crate takes 11 wood", 0x0E3C, "crate takes 13 wood", 0x0E42, "chest takes 15 wood", 0x0A9E, "shelf takes 21 wood", 0x0A51, "armoire takes 25 wood", 0x0A53, "armoire takes 25 wood"; selectType(Q62D, this, 0x07, "choose an item", Q4AF); return (); }