Difference between revisions of "Script Function: Q4ZK"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4ZK(<span style="color:#0000FF">obj</span> it) { <span style="color:#0000FF">int</s...") |
(No difference)
|
Latest revision as of 04:26, 10 October 2018
function int Q4ZK(obj it) { int Q65M = getObjType(it); switch (Q65M) { case 0x0F6C return (0x01); break; default return (0x00); break; } return (0x00); }