Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.setTextColor(colors.yellow)
- local monitor = peripheral.wrap("top")
- monitor.clear()
- monitor.setCursorPos(1,1)
- monitor.setTextScale(3)
- monitor.write(" Merci")
- monitor.setCursorPos(1,2)
- monitor.write(" Jerome !")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement