Advertisement
aidenmagrath

Inventory Command

Jul 23rd, 2014
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. args = {...}
  2. msg = table.concat(args, " ")
  3. rednet.open("back")
  4. rednet.broadcast("inv " ..msg)
  5. term.setTextColor(colors.gray)
  6. print("Sent: \"inv " ..msg .."\"")
  7. term.setTextColor(colors.white)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement