kazuken0814

Untitled

Jun 16th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.36 KB | None | 0 0
  1.  
  2. command /haijo:
  3.     trigger:
  4.         loop all players:
  5.             send "&4綾鷹は好きか? &b/yes&4か&b/yes&4で答えろ" to loop-player
  6.             set {que.%loop-player%} to true
  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今は聞いてねえんだよ"
Advertisement
Add Comment
Please, Sign In to add comment