Difference between revisions of "Script Function: Q4YS"

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

Latest revision as of 17:46, 7 October 2018

 function int Q4YS(obj b)
 {
   switch (getObjType(b))
   {
   case 0x0FEF
   case 0x0FF0
   case 0x0FF1
   case 0x0FF2
     return (0x01);
     break;
   default
     return (0x00);
     break;
   }
   return (0x00);
 }