Guest User

Untitled

a guest
Jul 28th, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. rednet.open("back")
  2. print("Computer is Listening")
  3. command = os.pullEvent
  4. while true do
  5. local id, msg, dt = os.pullEvent("rednet_message")
  6. if id == "rednet_message" then
  7. assert (loadstring(msg))
  8. print("Completed!")
  9. else
  10. print("I fucking hate lua")
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment