Advertisement
Guest User

BahnSystem

a guest
Sep 1st, 2014
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.43 KB | None | 0 0
  1. print("====================================")
  2. print("====================================")
  3. term.setTextColor(colors.green)
  4. textutils.slowPrint("               Welcome          ")
  5. term.setTextColor(colors.white)
  6. print("====================================")
  7. print("====================================")
  8. sleep(5)
  9. term.clear()
  10. term.setBackgroundColor(colors.blue)
  11. term.setTextColor(colors.green)
  12. sleep(1)
  13. print("SYSTEM LOADING")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement