Difference between revisions of "Script Function: Q5AF"

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

Latest revision as of 04:21, 10 October 2018

 function int Q5AF(obj Q68D)
 {
   if (getObjType(Q68D) == 0x2006)
   {
     return (0x01);
   }
   return (0x00);
 }