Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mon=peripheral.warp(right)
- mon.clear
- mon.setCursorPos(1,1)
- mon.setTextScale(3)
- mon.write("Welcome to")
- mon.setCursorPos(1,2)
- mon.setTextScale(3)
- mon.write("Lawler1 Co.")
- sleep(1)
- mon.clear()
- term.setCursorPos(1,1)
- end
Advertisement
Add Comment
Please, Sign In to add comment