Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- x=os.time()
- if x >= 18.541 then --sobald man ins bett gehen kann
- redstone.setOutput("top",true) --gedacht fΓΌr redstone lampen
- if x <= 18.741 then --gedacht fΓΌr einen sound alarm
- redstone.setOutput("bottom",true) --der auf der Unterseite angebracht wird
- else
- redstone.setOutput("bottom",false)
- end
- else
- redstone.setOutput("top",false)
- redstone.setOutput("bottom",false)
- end
- sleep(0.1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement