Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /haijo:
- trigger:
- loop all players:
- send "&4綾鷹は好きか? &b/yes&4か/no&4で答えろ" to loop-player
- set {que.%loop-player%} to true
- command /yes:
- trigger:
- if {que.%player%} is true:
- message "&bよし、これからもその調子だ"
- set {que.%player%} to false
- else:
- message "&4今は聞いてねえんだよ"
- command /no:
- trigger:
- if {que.%player%} is true:
- message "&4ふざけんなてめぇ"
- kill the player
- set {que.%player%} to false
- else:
- message "&4今は聞いてねえんだよ"
Advertisement
Add Comment
Please, Sign In to add comment