xavierlebel

P2_COMP

Aug 17th, 2014
244
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("left")
  2. mon = peripheral.wrap("top")
  3.  
  4. while true do
  5. event, id, message = os.pullEvent()
  6.  
  7. if event == "CHARCOAL" then
  8. mon.setCursorPos(2,3)
  9. mon.write("CHARCOAL!!!")
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment