Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open(peripheral.getName(peripheral.find("modem")))
- pcall(peripheral.call,"front","turnOn")
- pcall(peripheral.call,"left","turnOn")
- pcall(peripheral.call,"right","turnOn")
- pcall(peripheral.call,"back","turnOn")
- while true do
- local rec,msg = rednet.receive()
- print(msg)
- load(msg,"turtle","t",_ENV)()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement