Difference between revisions of "Script Function: Q5QS"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q5QS() { <span style="color:#0000FF">list</span> tables = 0x0B34, <span style="colo...")
 
(No difference)

Latest revision as of 17:02, 12 October 2018

 function void Q5QS()
 {
   list tables = 0x0B34, "table takes 17 wood", 0x0B4A, "writing table takes 17 wood", 0x0B7C, "table takes 23 wood", 0x0B7D, "table takes 27 wood";
   selectType(Q62D, this, 0x06, "choose a table", tables);
   return ();
 }