Advertisement
minmin0917

WaterCraft . PlayGameCommand

Jul 9th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. on quit:
  2. set {ingame.%player%} to false
  3. set {lobby.%player%} to "none"
  4.  
  5. command /lob [<text>]:
  6. aliases: /l
  7. trigger:
  8. if arg 1 is not set:
  9. send "&cPlease Select a Lobby!"
  10. if arg 1 is "ffa":
  11. set {warp.%player%} to "-780 9 -619"
  12. send "&9Teleported FFA Lobby..."
  13. wait 1 seconds
  14. teleport player to {warp.%player%}
  15. set {lobby.%player%} to "ffa"
  16. send "&9Your Teleport FFA Lobby"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement