Guest User

Untitled

a guest
May 16th, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. public final RSCArea DRAYNORBANKISH = new RSCArea(new RSCTile[] {
  2. new RSCTile(381, 434), new RSCTile(367, 434),
  3. new RSCTile(367, 441), new RSCTile(381, 440) });
  4.  
  5. if (DRAYNORBANKISH.contains(getPlayer().getX, getPlayer().getY)) {
  6. if (worldID == 2) {
  7. system.exit(0);
  8. }
Add Comment
Please, Sign In to add comment