Advertisement
CompCrafter

Untitled

Jun 2nd, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. local p = commands.testforblock("-128 67 254 lever 12")
  2.  
  3. While true do
  4. if p = true then
  5. commands.exec("blockdata -127 63 254 {SuccessCount:0}")
  6. sleep(2)
  7. else
  8. sleep(2)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement