Difference between revisions of "Script Function: Q4S1"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4S1(<span style="color:#0000FF">obj</span> Q4H5) { <span style="color:#0000FF">if</...") |
(No difference)
|
Revision as of 03:57, 12 October 2018
function int Q4S1(obj Q4H5) { if (!hasObjVar(Q4H5, "myhousetype")) { return (0x00 - 0x01); } return (getobjvar_int(Q4H5, "myhousetype")); }