theo33500

excavate test screen

Sep 25th, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. mon = peripheral.wrap("back")
  2. while true do
  3.     what = rednet.receive(4)
  4. end
  5.  
  6. if what == unload then
  7.     mon.print( "Unloading items..." )
  8. end
  9. if what == surface then
  10.     mon.print( "Returning to surface..." )
  11. end
Advertisement
Add Comment
Please, Sign In to add comment