Difference between revisions of "Script Function: Q49Z"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q49Z(<span style="color:#0000FF">obj</span> usedon) { <span style="color:#0000FF">if...") |
(No difference)
|
Latest revision as of 14:32, 12 October 2018
function int Q49Z(obj usedon) { if (!Q50G(usedon)) { return (0x00); } if (!Q4V7(usedon)) { return (0x00); } if (hasScript(usedon, "remincognito")) { return (0x00); } if (hasScript(usedon, "polychec")) { return (0x00); } return (0x01); }