Advertisement
kirkarr

Untitled

Mar 26th, 2023 (edited)
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. local my_monitor = peripheral.wrap("back")
  2. my_monitor.write("This is displayed on a monitor!\n")
  3. my_monitor.setCursorPos(15, 32)
  4. my_monitor.write("This is displayed on a monitor! 2")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement