Advertisement
alexhorner

NMS Monitor Handler

Jun 25th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. os.loadAPI("/dniconf")
  2. monitorID = dniconf.monitorID
  3. if dniconf.monitorScale ~= 1 then
  4.     mon = peripheral.wrap(monitorID)
  5.     mon.setTextScale(dniconf.monitorScale)
  6. end
  7. shell.run("bg monitor "..monitorID.." nms")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement