Advertisement
UDON_JP

Untitled

Apr 13th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. command /swsolojoin <player>:
  2. aliases: /swsj
  3. trigger:
  4. add arg-1 to {solo::*}
  5. execute console command "/clear %arg-1%"
  6. execute console command "/mv tp %arg-1% map1"
  7. execute console command "/menu grab %arg-1% wait"
  8. send "&7%arg-1% &eがゲームに参加しました! (&b%amount of {solo::*}%&e/&b8&e)!" to {solo::*}
  9. if {solo::*} is 8 :
  10. set {_solo::*} to {solo::*}
  11. set {_map1::*} to {map1::*}
  12. loop 8 times:
  13. set {_p1} to random element out of {_solo::*}
  14. set {_loc1} to random element out of {_map1::*}
  15. teleport {_p} to {_loc}
  16. remove {_p} from {_solo::*}
  17. remove {_loc} from {_map1::*}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement