Guest User

Untitled

a guest
Feb 19th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. case 1161:
  2. while(System.currentTimeMillis() - c.buryDelay > 1600) {
  3. c.startAnimation(827);
  4. c.sendMessage("You pick some cabbage.");
  5. c.buryDelay = System.currentTimeMillis();
  6. c.getItems().addItem(1965, 1);
  7.  
  8. }
  9. if(System.currentTimeMillis() - c.buryDelay > 1500) {
  10. c.buryDelay = System.currentTimeMillis();
  11. }
Add Comment
Please, Sign In to add comment