Advertisement
jordonbc

setMonitorText

Oct 11th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. local tArgs = {...}
  2. local monitor = peripheral.wrap(tArgs[0])
  3. monitor.clear()
  4. monitor.setCursorPos(1,1)
  5. monitor.setTextScale(tArgs[1])
  6. monitor.write(tArgs[2])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement