Difference between revisions of "Script Function: Q4V7"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4V7(<span style="color:#0000FF">obj</span> it) { <span style="color:#0000FF">if</sp...") |
(No difference)
|
Latest revision as of 14:32, 12 October 2018
function int Q4V7(obj it) { if (isMobile(it)) { int Q65M = getObjType(it); if ((Q65M == 0x0190) || (Q65M == 0x0191)) { return (0x01); } } return (0x00); }