Difference between revisions of "Script Function: Q4WQ"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4WQ(<span style="color:#0000FF">obj</span> house, <span style="color:#0000FF">obj</span>...") |
(No difference)
|
Latest revision as of 03:58, 12 October 2018
function void Q4WQ(obj house, obj it) { list Q5AV; if (hasObjListVar(house, "vendors")) { getObjListVar(Q5AV, house, "vendors"); } appendToList(Q5AV, it); setObjVar(house, "vendors", Q5AV); return (); }