kazuken0814

Untitled

Jun 16th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. command /haijo:
  2. trigger:
  3. loop all players:
  4. send "&4綾鷹は好きか? &b/yes&4か/no&4で答えろ" to loop-player
  5. set {que.%loop-player%} to true
  6.  
  7. command /yes:
  8. trigger:
  9. if {que.%player%} is true:
  10. message "&bよし、これからもその調子だ"
  11. set {que.%player%} to false
  12. else:
  13. message "&4今は聞いてねえんだよ"
  14.  
  15. command /no:
  16. trigger:
  17. if {que.%player%} is true:
  18. message "&4ふざけんなてめぇ"
  19. ban the player
  20. set {que.%player%} to false
  21. else:
  22. message "&4今は聞いてねえんだよ"
Advertisement
Add Comment
Please, Sign In to add comment