Advertisement
Mr_redstone5230

jerome...

Oct 21st, 2019
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. term.setTextColor(colors.yellow)
  2. local monitor = peripheral.wrap("top")
  3. monitor.clear()
  4. monitor.setCursorPos(1,1)
  5. monitor.setTextScale(3)
  6. monitor.write("  Merci")
  7. monitor.setCursorPos(1,2)
  8. monitor.write(" Jerome !")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement