Advertisement
Jt1010

ONE BOW

Aug 17th, 2020 (edited)
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. on right click with slime_ball:
  2. send"&2&l参加しました" to player
  3. add 1 to {join::*}
  4. if {join::*} >= 4:
  5. broadcast "&3&lチーム振り分けを開始します"
  6. set {bluesanka} to size of {join::*} / 2
  7. loop {bluesanka} times:
  8. set {_a} to random player of {join::*}
  9. remove {_a} from {join::*}
  10. add {_a} to {blue::*}
  11. set {_b} to random player of {join::*}
  12. remove {_b} from {join::*}
  13. add {_b} to {red::*}
  14. wait 10 seconds
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement