Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- monitor = peripheral.wrap("back")
- term.redirect(monitor)
- monitor.setTextScale(2)
- monitor.setCursorPos(1,1)
- term.clear()
- monitor.write(" Welcome to Seaside")
- monitor.setTextScale(1)
- monitor.setCursorPos(4,1)
- monitor.write("1234567890")
- term.restore()
Advertisement
Add Comment
Please, Sign In to add comment