Difference between revisions of "Script Function: Q4ZE"

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> Q4ZE(<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 Q4ZE(obj Q68D)
 {
   int Q65M = getObjType(Q68D);
   if ((Q65M >= 0x1BE3) && (Q65M <= 0x1BFA))
   {
     return (0x01);
   }
   return (0x00);
 }