Skeleton022

Untitled

Apr 29th, 2018
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. rednet.open("back")
  2. while true do
  3.   term.clear()
  4.   term.setCursorPos(1,1)
  5.   print("Command:")
  6.   command = read()
  7.   rednet.send(28,command)
  8. end
Add Comment
Please, Sign In to add comment