diff options
| author | Michael <[email protected]> | 2017-05-20 15:37:37 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-20 15:37:42 -0400 |
| commit | 4178d71cb9acfed6c171923e02e58e1273e14208 (patch) | |
| tree | 783f715c4aff580019018c688ed503301c464597 /ShiftOS.WinForms | |
| parent | 328f62b67c453419c47880bb9937526d7d2b2d59 (diff) | |
| download | shiftos_thereturn-4178d71cb9acfed6c171923e02e58e1273e14208.tar.gz shiftos_thereturn-4178d71cb9acfed6c171923e02e58e1273e14208.tar.bz2 shiftos_thereturn-4178d71cb9acfed6c171923e02e58e1273e14208.zip | |
some more story stuff
Diffstat (limited to 'ShiftOS.WinForms')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Terminal.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/Terminal.cs b/ShiftOS.WinForms/Applications/Terminal.cs index 8fa785a..664b657 100644 --- a/ShiftOS.WinForms/Applications/Terminal.cs +++ b/ShiftOS.WinForms/Applications/Terminal.cs @@ -541,6 +541,16 @@ namespace ShiftOS.WinForms.Applications Thread.Sleep(2000); Console.WriteLine("Pretty cool, it gave you a nice list of other win.open commands that will let you open each program."); Thread.Sleep(2000); + Console.WriteLine("You've got the just of using ShiftOS. Now, for your goal."); + Thread.Sleep(2000); + Console.WriteLine("As you know, ShiftOS doesn't have very many features."); + Thread.Sleep(2000); + Console.WriteLine("Using the applications you have, I need you to earn 50,000 Codepoints."); + Thread.Sleep(2000); + Console.WriteLine("You can use the Codepoints you earn to buy new applications and features in the Shiftorium, to help earn Codepoints."); + Thread.Sleep(2000); + Console.WriteLine("Start small, try to earn 500. Once you do, I'll contact you with more details."); + Thread.Sleep(2000); Console.WriteLine("I'll leave you to it, you've got the hang of it! One last thing, if ever you find yourself in another program, and want to exit, simply press CTRL+T to return to the Terminal."); Thread.Sleep(2000); TerminalBackend.PrefixEnabled = true; |
