Guest User

Untitled

a guest
Jul 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. if (e.getMessage().contains("30 seconds")){
  2. if (skills.getCurrentSkillLevel(Constants.STAT_SUMMONING) > 7) {
  3. summonBunyip();
  4. } else {
  5. generateProperPath(obeliskTile);
  6. if (tileOnScreen(obeliskTile)) {
  7. atObject(obelisk, "Renew-");
  8. }
  9. }
  10. }
Add Comment
Please, Sign In to add comment