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