Advertisement
kirkarr

Untitled

Mar 27th, 2023 (edited)
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. local monitor = peripheral.find("monitor")
  2. while true do
  3. local event, side, x, y = os.pullEvent("monitor_touch")
  4. monitor.setCursorPos(x,y)
  5. monitor.write("#")
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement