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