Advertisement
EnterYourName

Untitled

Jan 31st, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. local m = peripheral.find("monitor")
  2.  
  3. m.setTextScale(0.5)
  4. m.setCursorPos(1,1)
  5. m.write("Qwertiiiiiii")
  6. m.setCursorPos(1,2)
  7. m.write("was")
  8. m.setCursorPos(1,3)
  9. m.write("here")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement