Advertisement
UDON_JP

Untitled

Apr 12th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. command /back <player>:
  2. trigger:
  3. if {back.%arg-1%} is true:
  4. send "&cテレポートをキャンセルしました。" to arg-1
  5. set {back.%arg-1%} to false
  6. stop
  7. set {back.%arg-1%} to true
  8. send "&a3秒でロビーにあなたをテレポートします...テレポートをキャンセルするには、もう一度右クリックしてください。" to arg-1
  9. wait 3 seconds
  10. {back.%arg-1%} is true
  11. remove arg-1 from {solo::*}
  12. send "&7%arg-1% &eがゲームから抜けました! (&b%amount of {solo::*}%&e/&b8&e)!" to {solo::*}
  13. execute console command "/mv tp %arg-1% lobby"
  14. execute console command "/clear %arg-1%"
  15. execute console command "/menu grab %arg-1% lobby"
  16. set {back.%arg-1%} to false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement