Script Function: Q50M

From Ultima Online: The Second Age
Revision as of 04:52, 8 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q50M(<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 Q50M(loc where)
 {
   if (isInRegionWithPrefix("teleportation_out_no", where))
   {
     return (0x00);
   }
   return (0x01);
 }