Difference between revisions of "Script Function: Q4ZF"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4ZF(<span style="color:#0000FF">obj</span> item) { <span style="color:#0000FF">if</...") |
(No difference)
|
Latest revision as of 04:22, 10 October 2018
function int Q4ZF(obj item) { if (getObjType(item) == 0x0FA6) { return (0x01); } if (isSpellbook(item)) { return (0x01); } return (0x00); }