Script Function: Q50B

From Ultima Online: The Second Age
Revision as of 16:21, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q50B(<span style="color:#0000FF">loc</span> where) { <span style="color:#0000FF">ret...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function int Q50B(loc where)
 {
   return ((getX(where) >= 0x1400) && (getY(where) >= 0x0900) && (getX(where) <= 0x17FF) && (getY(where) <= 0x0FFF));
 }