Advertisement
NAOSAMA

Untitled

Aug 13th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. on right click holding a paper:
  2. name of held item contains "§6§lマインくじ"
  3. remove 1 of paper from player
  4. set {_temp} to random integer between 1 and 6
  5. if {_temp} is between 6 and 40:
  6. message "あたり" to player
  7. execute console command "/money give %player% 1000"
  8. else if {_temp} is between 1 and 30:
  9. message "はずれ・・・" to player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement