Advertisement
Guest User

JoanDu98 : ia 1.01(a)

a guest
Sep 28th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.39 KB | None | 0 0
  1. --default value
  2. txtcolor = 1
  3. bgcolor = 2
  4. version = 1.01(a)
  5. language = eng
  6.  
  7. --booting sequence
  8. print("Booting core.exe .")
  9. for i = 1,7 do
  10.     sleep(1)
  11.     print(".")
  12. end
  13. print(" done")
  14. print("Loading default value . reporting")
  15. print("Loading interface .")
  16. print("Color on text (".txtcolor.") and background (".bgcolor.")")
  17. print("System info (lang = ".language.";version = ".version.")")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement