Script Function: Q4YS

From Ultima Online: The Second Age
Revision as of 17:46, 7 October 2018 by Grimoric (talk | contribs) (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<...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 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);
 }