ThatGravyBoat

Untitled

Feb 1st, 2022 (edited)
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. local monitor = peripheral.find("monitor")
  2. local modem = peripheral.wrap( "back" )
  3. modem.open(866)
  4.  
  5. while true do
  6. local event, side, x, y = os.pullEvent("monitor_touch")
  7. rednet.send(2, "flip")
  8. end
Add Comment
Please, Sign In to add comment