Script: IsHumanBodyType

From Ultima Online: The Second Age
Jump to: navigation, search
 function int isHumanBodyType(int Q65M)
 {
   return ((Q65M == 0x0190) || (Q65M == 0x0191));
 }