Advertisement
DerMarten

Uhr 2.0

Jul 25th, 2014
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. local monitor = peripheral.wrap("back")
  2. tro = true
  3. while tro do
  4.     local time = os.time()
  5.     monitor.clear()
  6.     monitor.write(time)
  7.     os.sleep(0.0001)
  8.     if time == 18.6 then
  9.         monitor.write("Ab ins Bett")
  10.         rednet.send(16, "Ab ins Bett !!!:5")
  11.         monitor.clear()
  12.         os.sleep(2)
  13.     end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement