Advertisement
Jharakn

Wireless Carriage broadcaster

Jul 18th, 2013
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. rednet.open("top")
  2.  
  3. local instruction = {}
  4. instruction["direction"] = nil
  5. instruction["simulate"] = nil
  6. instruction["anchor"] = nil
  7.  
  8. instruction.direction = 1
  9. instruction.simulate = false
  10. instruction.anchor = true
  11. local message = textutils.serialize(instruction)
  12.  
  13. rednet.send(0, message)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement