Advertisement
Guest User

startup

a guest
Apr 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. m = peripheral.wrap("right")
  2. m.clear()
  3. m.setCursorPos(2,2)
  4. m.write("Room")
  5. m.setCursorPos(3,3)
  6. m.write("101")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement