Guest User

Untitled

a guest
Dec 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. mon=peripheral.wrap("top")
  2. mon.setTextScale(2)
  3. mon.clear()
  4.  
  5. function writepos(x,y,t)
  6.   mon.setCursorPos(x,y)
  7.   mon.write(t)
  8. end
  9.  
  10. function clrlns(strt,end)
  11.   for
  12. end
  13.  
  14. function vip()
  15.   writepos(6,12,"VIP")
  16.   writepos(11,12,"Mod")
  17.   writepos(15,12,"Admin")
  18.   writepos(21,12,"Ext")
  19. end
  20.  
  21. vip()
Add Comment
Please, Sign In to add comment