Script Function: Q4ZK

From Ultima Online: The Second Age
Revision as of 05:26, 10 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4ZK(<span style="color:#0000FF">obj</span> it) { <span style="color:#0000FF">int</s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function int Q4ZK(obj it)
 {
   int Q65M = getObjType(it);
   switch (Q65M)
   {
   case 0x0F6C
     return (0x01);
     break;
   default
     return (0x00);
     break;
   }
   return (0x00);
 }