Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("left")
- while true do
- local id, message = rednet.receive()
- if message == "fellGiant" then
- shell.run("fellGiant")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement