Advertisement
taktie0304

Untitled

May 30th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. on click:
  2. if player is holding a paper named "1000コイン購入券":
  3. remove paper named "1000コイン購入券" from player
  4. add 1000 to {coin.%uuid of player%}
  5. send "&a1000コイン追加されました!"
  6. if player is holding a paper named "10000コイン購入券":
  7. remove paper named "10000コイン購入券" from player
  8. add 10000 to {coin.%uuid of player%}
  9. send "&a10000コイン追加されました!"
  10. if player is holding a paper named "100000コイン購入券":
  11. remove paper named "100000コイン購入券" from player
  12. add 100000 to {coin.%uuid of player%}
  13. send "&a100000コイン追加されました!"
  14. if player is holding a paper named "1000000コイン購入券":
  15. remove paper named "1000000コイン購入券" from player
  16. add 1000000 to {coin.%uuid of player%}
  17. send "&a1000000コイン追加されました!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement