Guest User

Untitled

a guest
Dec 17th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $${
  2. if(x);
  3. unset(x);
  4. log(&4Macro Arqueiro Desligado);
  5. stop;
  6. else;
  7. set(x);
  8. log(&9Macro Arqueiro Ligado);
  9. ENDIF;
  10. }$$
  11. /
  12. $${
  13. pick(261);
  14. do;
  15. look(0,90);
  16. do(5);
  17. key(use);
  18. loop;
  19. pick(261);
  20. if(%DURABILITY%<50);
  21. look(0,-90);
  22. do(2);
  23. key(use);
  24. wait(50ms);
  25. loop;
  26. endif;
  27. loop
  28. }$$
Advertisement
Add Comment
Please, Sign In to add comment