Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. on place:
  2. if tool of player is a stone:
  3. if name of tool of player contains "BlockPlacer":
  4. set {_blockplacer} to location above event-block
  5. set event-block to air
  6. set block at {_blockplacer} to stone
  7.  
  8. On Consume of potion:
  9. if event-item's name contains "Rúna":
  10. apply speed 1 to player for 170 second
  11. apply resistance 1 to player for 170 second
  12. apply weakness 1 to player for 170 second
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement