Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. JButton startScriptButton = new JButton("START SCRIPT");
  2. startScriptButton.addActionListener(arg0 -> {
  3. Area tutorialIslandArea = new Area(3059, 3136, 3151, 3059);
  4. if(script.configs.get(406) < 20 || tutorialIslandArea.contains(script.myPosition())) {
  5. script.getTasks().addFirst(new TutorialIslandTask(script));
  6. }
  7. script.setGuiWait(false);
  8. dispose();
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement