Advertisement
willwac

Untitled

Dec 7th, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. local mx = term.getSize() --Get's size of screen
  2. local text = "TEXT HERE" --Sets text string
  3. local y = 1 --Y-Pos
  4. term.setCursorPos(text:len(),y)
  5. write(text)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement