Advertisement
prankejten

(ComputerCraft: Tweaked) Example program for customizable installer

Nov 26th, 2022 (edited)
664
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.51 KB | Software | 0 0
  1. --This is the test program my customizable installer is configured to install by default. Use your own programs with it though.
  2. term.setBackgroundColor(colors.orange)
  3. term.clear()
  4. term.setTextColor(colors.red)
  5. print("I am a test program! Yay!")
  6. print(" I am a test program! Yay!")
  7. print("  I am a test program! Yay!")
  8. print("   I am a test program! Yay!")
  9. print("")
  10. textutils.slowPrint("Testing! Testing! Testing!")
  11. textutils.slowPrint(" Testing! Testing! Testing!")
  12. print("")
  13. textutils.slowPrint("<>#&@{;>*")
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement