Satoru7135

Untitled

Oct 31st, 2018
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. on chat:
  2. if {wait::%player%} is set:
  3. cancel event
  4. send "&b%{wait::%player%}%秒待ってください"
  5. else:
  6. set {wait::%player%} to 2
  7. stop
  8.  
  9. every 1 seconds:
  10. loop all players:
  11. if {wait::%loop-player%} is set:
  12. if {wait::%loop-player%} is smaller than 1:
  13. clear {wait::%loop-player%}
  14. else:
  15. remove 1 from {wait::%loop-player%}
Advertisement
Add Comment
Please, Sign In to add comment