Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- os.loadAPI("output")
- output.setside("back")
- term.clear()
- term.setCursorPos(1,1)
- term.setTextColor(colors.green)
- print("1) Level 2 Shields on")
- print("2) Level 2 Shields off")
- print("3) level 2 Defences on")
- print("4) level 2 Defences off")
- term.setTextColor(colors.blue)
- print("5) level 3 shields on")
- print("6) level 3 shields off")
- print("7) level 3 Defences on")
- print("8) level 3 defences off")
- term.setTextColor(colors.red)
- print("9) level 4 shields on")
- print("10) level 4 shields off")
- print("11) level 4 Defences on")
- print("12) level 4 defences off")
- term.setTextColor(colors.orange)
- print("13) Base shields on")
- print("14) Base shields off")
- term.setCursorPos(1,19)
- term.setTextColor(colors.white)
- term.write("CHOOSE A CODE: ")
Advertisement
Add Comment
Please, Sign In to add comment