Advertisement
kizz12

help

Apr 24th, 2015
774
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.42 KB | None | 0 0
  1. term.setCursorPos(1,1)
  2. term.clear()
  3. term.setBackgroundColor(colors.black)
  4. print'Commands:'
  5. print'logout - Logs user out. '
  6. print'extend - Extends logout timer by x min.'
  7. print'help - Shows more commands'
  8. if user==1 then
  9. --print'Door - Opens interior security doors.'
  10. print'newuser - Opens the new user creator.'
  11. end
  12. if user==0 then
  13. print''
  14. end
  15. print'Press any key to continue!'
  16. x=read()
  17. if x~=nil then
  18. return
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement