Difference between revisions of "Script Function: Q4ZY"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4ZY(<span style="color:#0000FF">obj</span> Q68D) { <span style="color:#0000FF">int<...")
 
(No difference)

Latest revision as of 15:54, 12 October 2018

 function int Q4ZY(obj Q68D)
 {
   int Q65M = getObjType(Q68D);
   if ((Q65M >= 0x0F78) && (Q65M <= 0x0F91))
   {
     return (0x01);
   }
   return (0x00);
 }