Advertisement
nunonuno_riku

Untitled

Jun 10th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. command /dice-addon:
  2. trigger:
  3. set {dice1} to random integer between 1 and 6
  4. if {dice1} 1:
  5. message "&c&l%{dice1}%&6が出ました。"
  6.  
  7. command /dice-addon2 <number>:
  8. trigger:
  9. set {dice2} to random integer between 1 and arg-1
  10. if {dice2} 1:
  11. message "&c&l%{dice2}%&6が出ました。"
  12.  
  13. command /mdice [<number>]:
  14. trigger:
  15. if arg 1 is "":
  16. command "/dice-addon"
  17. if arg 1 is "%arg 1%":
  18. command "/dice-addon2 %arg 1%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement