Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. rednet.open("right")
  2. while true do
  3. term.clear()
  4. term.setCursorPos(1, 1)
  5. print("1: Still Alive")
  6. print("2: Want You Gone")
  7. print("3: Radio loop")
  8. print("Please select a disk to play:")
  9. local input = read("")
  10. rednet.send(56, input, [string])
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement