Margresse404

TimedOutput

Jun 4th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1.  
  2. while true do
  3. redstone.setOutput('right', true)
  4. sleep(40)
  5. redstone.setOutput('right', false)
  6. sleep(180)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment