Advertisement
ALPHADOIDE

Untitled

Apr 6th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. command /test:
  2. trigger:
  3. set {_t} to random integer between 1 and 6
  4. if {_t} is 1:
  5. broadcast "出た目は1"
  6. if {_t} is 2:
  7. broadcast "出た目は2"
  8. if {_t} is 3:
  9. broadcast "出た目は3"
  10. if {_t} is 4:
  11. broadcast "出た目は4"
  12. if {_t} is 5:
  13. broadcast "出た目は5"
  14. if {_t} is 6:
  15. broadcast "出た目は6"
  16. if {_t} is 1919:
  17. broadcast "出た目はイキスギィ!〜(≧Д≦)ンアーッ"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement