Advertisement
Tzuro

Untitled

May 9th, 2024
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. def aktywujPulapke():
  2. while True:
  3. if blocks.test_for_block(STONE, pos(0, -1, 0)):
  4. gameplay.title(mobs.target(NEAREST_PLAYER), "Aktywowano pułapkę", "Pokonaj szkielety!")
  5.  
  6. for i in range(10):
  7. loops.pause(1000)
  8. mobs.spawn(SKELETON, pos(0, 0, 0))
  9. break
  10. loops.run_in_background(aktywujPulapke)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement