Advertisement
patrick11514

Untitled

Jan 18th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. options:
  2. sign_line: &a&lSměnit
  3.  
  4. on rightclick on sign:
  5. if 2nd line of clicked block is "{@sign_line}":
  6. if player's tool is diamond named "&6&lKredit":
  7. loop 65 times:
  8. if {_all} = 64:
  9. send "&aVyměnil si celý stack"
  10. set {_add} to {_all} * 1000
  11. add {_add} to player's balance
  12. stop
  13. if player's tool is air:
  14. send "&cUž nemáš nic."
  15. send "&2Pridano %{_all}% * 1000$"
  16. set {_add} to {_all} * 1000
  17. add {_add} to player's balance
  18. stop
  19. else:
  20. remove 1 diamond named "&6&lKredit" from the player's tool
  21. add 1 to {_all}
  22. else:
  23. send "&4Nedržíš kredit"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement