Advertisement
DerMarten

test

Nov 15th, 2015
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. local monitorName = "monitor_2"
  2. local monitor
  3. monitor = peripheral.wrap(monitorName)
  4. for i,v in ipairs(peripheral.getMethods("bottom"))do
  5.     monitor.setTextScale(1)
  6.     monitor.setCursorPos(0,i)
  7.     monitor.write(i..". "..v)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement