Difference between revisions of "Script Function: Q4ZB"

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> Q4ZB(<span style="color:#0000FF">obj</span> it) { <span style="color:#0000FF">if</sp...")
(No difference)

Revision as of 15:22, 12 October 2018

 function int Q4ZB(obj it)
 {
   if (isCorpse(it))
   {
     int Q65M = getCorpseBodyType(it);
     if (isHumanBodyType(Q65M))
     {
       return (0x01);
     }
   }
   return (0x00);
 }