failFTW

Untitled

Mar 4th, 2014
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos( 1, 1 )
  3. local sDriveSide = nil
  4. for n,sSide in ipairs( rs.getSides() ) do
  5.   if peripheral.getType( sSide ) == "drive" then
  6.     sDriveSide = sSide
  7.     break
  8.   end
  9. end
  10. disk.eject ( sDriveSide )
  11.  
  12. term.setTextColor( colors.lightBlue )
  13. print ""
  14. print "Debug'd :3"
Advertisement
Add Comment
Please, Sign In to add comment