Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("back")
- print("Computer is Listening")
- command = os.pullEvent
- while true do
- local id, msg, dt = os.pullEvent("rednet_message")
- if id == "rednet_message" then
- assert (loadstring(msg))
- print("Completed!")
- else
- print("I fucking hate lua")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment