Advertisement
Guest User

coputer

a guest
Jul 15th, 2018
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. modem = peripheral.wrap("top")
  2. rednet.open("top")
  3. message = rednet.receive()
  4. if message == ("right") then
  5. shell.run("right")
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement