Advertisement
Guest User

Untitled

a guest
May 24th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. command /test:
  2. trigger:
  3. playerrealms(player)
  4.  
  5. function playerrealms(p: player):
  6. wait 1 second
  7. open chest with 1 row named "test" to {_p}
  8. wait 1 tick
  9. format slot 0 of {_p} with stone to run [skriptcommunity({_p})]
  10.  
  11. function skriptcommunity(p: player):
  12. close {_p}'s inventory
  13. wait 1 tick
  14. open chest with 1 row named "test" to {_p}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement