Difference between revisions of "Script Function: Q50O"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q50O(<span style="color:#0000FF">obj</span> Q4XN) { <span style="color:#0000FF">int<...") |
(No difference)
|
Latest revision as of 09:54, 10 October 2018
function int Q50O(obj Q4XN) { int Q65M = getObjType(Q4XN); switch (Q65M) { case 0x0DF2 case 0x0DF3 case 0x0DF4 case 0x0DF5 case 0x13F8 case 0x13F9 return (0x01); break; } return (0x00); }