jimthenerd

Untitled

Apr 19th, 2014
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. rednet.open("top");
  2.  
  3. while true do
  4. local c = rednet.receive();
  5. 27 3 -20
  6.  
  7. if (math.floor(c[0]) == 27 and math.floor(c[1]) == 3 and math.floor(c[2])) then
  8. rednet.broadcast("OPEN01");
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment