Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function initRednetConnection() rednet.open("right"); end
- function main()
- initRednetConnection()
- while true do
- local id, message = rednet.receive('MINE')
- print(message)
- os.loadAPI(message)
- end
- end
- main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement