Guest User

send

a guest
Jul 28th, 2013
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. t = {}
  2. print("What Do You Want?")
  3. t[0] = read()
  4. print("How Many?")
  5. t[1] = read()
  6. msg = textutils.serialize(t)
  7. rednet.open("back")
  8. rednet.send(80, msg)
Advertisement
Add Comment
Please, Sign In to add comment