Marlingaming

Aperture Science OS System - App Missing Error

Sep 16th, 2021 (edited)
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. --App Error Prompt - APp Not Found
  2. --this program just tells the user the app they are trying to use doesnt exist, and returns them back to the menu
  3. term.clear()
  4. term.setCursorPos(1,4)
  5. print("APP NOT FOUND")
  6. print("PLEASE REPORT THIS TO ANY AVAILABLE ADMINISTRATION!")
  7. print("you will be returned back to the menu in 10 seconds")
  8. sleep(10)
  9. term.clear()
  10. term.setCursorPos(1,1)
  11. shell.run("ApertureOS_Base")
Add Comment
Please, Sign In to add comment