Difference between revisions of "Script Function: 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:#0000...")
 
(No difference)

Latest revision as of 10:44, 21 October 2018

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