TIMAS_Bro

startup.lua

Feb 22nd, 2024
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. term.clear()
  2. rednet.open("back")
  3. while true do
  4.   term.setCursorPos(1,1)
  5.   term.write("Type `exit` to end your session!")
  6.   term.setCursorBlink(true)
  7.   term.setCursorPos(1,2)
  8.   rednet.broadcast(read())
  9.   sleep(0.1)
  10.   term.clear()
  11. end
  12.  
Add Comment
Please, Sign In to add comment