Difference between revisions of "Script Function: Q50B"
From Ultima Online: The Second Age
(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...") |
(No difference)
|
Latest revision as of 15:21, 12 October 2018
function int Q50B(loc where) { return ((getX(where) >= 0x1400) && (getY(where) >= 0x0900) && (getX(where) <= 0x17FF) && (getY(where) <= 0x0FFF)); }