Advertisement
knugi

Untitled

Mar 20th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. on place of stone:
  2. send "%name of player's tool%"
  3. if name of player's tool is "Stoniarka":
  4. set {stoniarka::%location of event-block%} to player
  5. send "Postawiles stoniarke."
  6. stop
  7. on break of stone:
  8. if {stoniarka::%location of event-block%} is set:
  9. if player's tool is golden pickaxe:
  10. clear {stoniarka::%location of event-block%}
  11. send "Usunales stoniarke"
  12. drop stone named "Stoniarka" at event-block
  13. stop
  14. wait 1 second
  15. set event-block to stone
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement