Difference between revisions of "Script Function: Q58P"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q58P(<span style="color:#0000FF">obj</span> multi) { <span style="color:#0000FF">if<...") |
(No difference)
|
Latest revision as of 03:59, 12 October 2018
function int Q58P(obj multi) { if (hasScript(multi, "housedecay")) { return (0x00); } else { if (hasScript(multi, "shipdecay")) { return (0x01); } } return (0x02); }