Advertisement
Theshadow989

[xOS] Command Prompt

Dec 20th, 2015
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. term.setCursorPos(1,1)
  2. term.write("Welcome to the xOS Command Prompt!")
  3. term.setCursorPos(1,3)
  4. term.write("If you would like to leave at any time use 'back'")
  5. term.setCursorPos(1,4)
  6. term.write("to return to the main menu!")
  7. term.setCursorPos(1,5)
  8. term.write("=================================================")
  9. term.setCursorPos(1,6)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement