Advertisement
DerMarten

Client

Sep 2nd, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. rednet.open("right")
  2. while true do
  3.     zeit = os.time()
  4.     s,m,d = rednet.receive()
  5.     write("[" .. zeit .. "]")
  6.     print(m)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement