Advertisement
Guest User

startup

a guest
Nov 28th, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. os.loadAPI("mm")
  2.  
  3. local monitors = {{peripheral.wrap("monitor_80"), peripheral.wrap("monitor_81")}}
  4.  
  5. m = mm.create("mon", monitors)
  6.  
  7. print("Monitors Hooked up. Monitor variable is 'm'")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement