Difference between revisions of "Script: IsHumanBodyType"

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> isHumanBodyType(<span style="color:#0000FF">int</span> Q65M) { <span style="color:#0...")
 
(No difference)

Latest revision as of 15:22, 12 October 2018

 function int isHumanBodyType(int Q65M)
 {
   return ((Q65M == 0x0190) || (Q65M == 0x0191));
 }