Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear()
- term.setCursorPos(1,1)
- print("AzhfTechOS AlphaTest")
- print("Thank you for using AzhfTech.")
- print("Loading...")
- sleep(.5)
- print("Loaded.")
- sleep(1)
- term.clear()
- term.setCursorPos(1,1)
- print("AzhfTechOS AlphaTest")
- sleep(.5)
- print("Would you like to enter Firewolf? Must have firewolf installed. (Yes/No)" )
- local is
- repeat term.setCursorPos(1, 1) term.clearLine() is = read() :lower() until is == "yes" or is == "no"
- if is == "yes" then
- shell.run("firewolf")
- else
- term.clear()
- print("Okay")
- sleep(.5)
- term.clear()
- term.setCursorPos(1,1)
- print("AzhfTechOS AlphaTest")
- print("If you have downloaded and installed the credits file, type 'credits' for the credits, obviously XD")
- end
Advertisement
Add Comment
Please, Sign In to add comment