Advertisement
Guest User

startup.lua

a guest
Aug 15th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. local monitor = peripheral.wrap("back")
  2. monitor.setTextScale(2)
  3.  
  4. term.redirect(monitor)
  5. term.clear()
  6. term.setCursorPos(1, 1)
  7. write "Welcome to TerraInc"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement