Advertisement
Guest User

startup

a guest
Nov 22nd, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. mon = peripheral.wrap("bottom")
  2. mon.clear()
  3. mon.setTextScale(1)
  4. mon.setCursorPos(4,1)
  5. mon.write("Member list:")
  6. mon.setCursorPos(1,2)
  7. mon.write("*SkyAndAtomMC, *jakesdabest1")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement