Script Function: Q50L

From Ultima Online: The Second Age
Revision as of 03:53, 8 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q50L(<span style="color:#0000FF">loc</span> where) { <span style="color:#0000FF">if<...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function int Q50L(loc where)
 {
   if (isInRegionWithPrefix("teleportation_in_no", where))
   {
     return (0x00);
   }
   return (0x01);
 }