Script Function: Q50B

From Ultima Online: The Second Age
Jump to: navigation, search
 function int Q50B(loc where)
 {
   return ((getX(where) >= 0x1400) && (getY(where) >= 0x0900) && (getX(where) <= 0x17FF) && (getY(where) <= 0x0FFF));
 }