Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local monitor = peripheral.wrap("left")
- monitor.clear()
- monitor.setTextScale(5)
- monitor.setCursorPos(1, 2)
- monitor.write(" WELCOME")
- monitor.setCursorPos(1, 3)
- monitor.write(" TO")
- monitor.setCursorPos(1, 4)
- monitor.write(" XTREAMTECH")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement