Guest User

Unstable Macro

a guest
Sep 23rd, 2014
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. GETSLOT(writable_book,#bookslot);
  2. IF(#bookslot > -1);
  3. PICK(writable_book);
  4. ELSE;
  5. ECHO("/give %PLAYER%" writable_book 1);
  6. WAIT(500ms);
  7. PICK(writable_book);
  8. ENDIF;
  9. KEY(use);
  10. WAIT(500ms);
  11. TYPE("Hi there! Sadly I cannot promote you today, this is becuase your build is lacking in depth and detail, if you are struggling with this go to spawn with /warp g spawn and look at the depth guide.");
  12. WAIT(6);
  13. LOG(Please go to the next page.);
  14. DO;
  15. UNTIL(LMOUSE);
  16. TYPE("Best of luck in future reviews. Thanks, %PLAYER%");
  17. WAIT(4);
  18. LOG(Please press sign.);
  19. DO;
  20. UNTIL(LMOUSE);
  21. TYPE(PLOT REVIEW);
  22. WAIT(1500ms);
  23. LOG(Please press sign and close.);
  24. DO;
  25. UNTIL(LMOUSE);
  26. WAIT(200ms);
  27. ECHO(/completereview fail);
Advertisement
Add Comment
Please, Sign In to add comment