Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. automacro jazdaPoItemy {
  2. inventory "Mastela Fruit" < 1
  3. inventory "Undershirt" > 0
  4. timeout 5
  5. exclusive 1
  6. run-once 1
  7. call {
  8. do respawn; pause 2; do autostorage
  9. }
  10. }
  11.  
  12. automacro unlockCzulkiToPedal {
  13. inventory "Mastela Fruit" > 0
  14. timeout 60
  15. exclusive 1
  16. call {
  17. release jazdaPoItemy
  18. }
  19. }
  20.  
  21. automacro jazdaStrzaly{
  22. inventory "Crystal Arrow" < 1
  23. inventory "Undershirt" > 0
  24. timeout 5
  25. exclusive 1
  26. run-once 1
  27. call {
  28. do respawn; pause 2; do autostorage
  29. }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement