Advertisement
sora200507

Untitled

Jan 25th, 2023
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. loop {waiting::*}:
  2. if {_team} is set:
  3. add loop-value to {Blue::*}
  4. clear {_team}
  5. else if {_team} is not set:
  6. add loop-value to {Red::*}
  7. set {_team} to true
  8. add loop-value to {_red}
  9. clear {waiting::*}
  10. broadcast "&7- 今回の&6チーム&7は..."
  11. broadcast "&c&lRed&7 > &f%{Red::*}%"
  12. broadcast "&b&lBlue > &f%{Blue::*}%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement