Erwd2

Lag(cccp)

Apr 4th, 2022 (edited)
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. local monitor = peripheral.wrap("top")
  2. monitor.write("im,starting...")
  3. sleep(5)
  4. peripheral.call("top", "clear")
  5. monitor.setCursorPos(1,1)
  6. sleep(5)
  7. monitor.write("im,started")
  8. monitor.setCursorBlink(false)
  9.  
Add Comment
Please, Sign In to add comment