Advertisement
Amand0

Untitled

Apr 23rd, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. mon = peripheral.wrap("top")
  2. mon.clear()
  3. mon.setCursorPos(1,1)
  4. a, uname = os.pullEvent("player")
  5. mon.write(uname)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement