Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local tape = peripheral.find "tape_drive"
- if not tape or not tape.isReady() then error "u haz no good tapez???" end
- tape.seek(-tape.getSize())
- tape.write(("\0"):rep(tape.getSize()))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement