diff options
| author | lempamo <[email protected]> | 2017-10-15 23:46:17 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-10-15 23:46:17 -0400 |
| commit | d3735e0f1bf1c5fbebcce4b800284b2896ab5f11 (patch) | |
| tree | eecb0f307855fe8dbc7d8ff2fcf2d776183309a1 /Histacom2/OS | |
| parent | 3cf7ec181618bc8d3e11eb09964e5dde8be4ebd2 (diff) | |
| download | histacom2-d3735e0f1bf1c5fbebcce4b800284b2896ab5f11.tar.gz histacom2-d3735e0f1bf1c5fbebcce4b800284b2896ab5f11.tar.bz2 histacom2-d3735e0f1bf1c5fbebcce4b800284b2896ab5f11.zip | |
finished the first half of hack3
Diffstat (limited to 'Histacom2/OS')
| -rw-r--r-- | Histacom2/OS/Win98/Win98.cs | 2 | ||||
| -rw-r--r-- | Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/Histacom2/OS/Win98/Win98.cs b/Histacom2/OS/Win98/Win98.cs index 3795c8b..742b19a 100644 --- a/Histacom2/OS/Win98/Win98.cs +++ b/Histacom2/OS/Win98/Win98.cs @@ -31,7 +31,7 @@ namespace Histacom2.OS.Win98 public bool webchatInstalled = false; public bool hiddenpadamsFound = false; - private WinClassicTimeDistorter2 distort; + public WinClassicTimeDistorter2 distort; // Init the form public Windows98() diff --git a/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs b/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs index 24d4397..35fed15 100644 --- a/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs +++ b/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs @@ -34,6 +34,13 @@ namespace Histacom2.OS.Win98.Win98Apps.Story await Task.Delay(6000); TitleScreen.frm98.webchat.history.AppendText($"HiddenHacker: this must be exciting for you, {SaveSystem.ProfileName}. travelling thru time, and all" + Environment.NewLine); TitleScreen.frm98.webchat.receive.Play(); // 41 await Task.Delay(6000); TitleScreen.frm98.webchat.history.AppendText("12padams: and it looks like hes about to leave. anything you wanna say to him before he does?" + Environment.NewLine); TitleScreen.frm98.webchat.receive.Play(); // 35 await Task.Delay(5000); TitleScreen.frm98.webchat.history.AppendText("HiddenHacker: no, but i still really wish i could have tested it" + Environment.NewLine); TitleScreen.frm98.webchat.receive.Play(); // 30 + await Task.Delay(4000); TitleScreen.frm98.webchat.history.AppendText("12padams: hey, tell ya what" + Environment.NewLine); TitleScreen.frm98.webchat.receive.Play(); // 26 + await Task.Delay(5000); TitleScreen.frm98.webchat.history.AppendText($"12padams: after {SaveSystem.ProfileName} gets to 2000, you can test the next version" + Environment.NewLine); TitleScreen.frm98.webchat.receive.Play(); // 21 + await Task.Delay(5000); TitleScreen.frm98.webchat.history.AppendText("HiddenHacker: oh cool thanks :)" + Environment.NewLine); TitleScreen.frm98.webchat.receive.Play(); // 16 + await Task.Delay(6000); TitleScreen.frm98.webchat.history.AppendText($"12padams: oh hey {SaveSystem.ProfileName}, make sure to keep an eye on the year in case something goes wrong" + Environment.NewLine); TitleScreen.frm98.webchat.receive.Play(); // 10 + await Task.Delay(4000); TitleScreen.frm98.webchat.history.AppendText("HiddenHacker: and have a safe trip!" + Environment.NewLine); TitleScreen.frm98.webchat.receive.Play(); // 6 + + while (TitleScreen.frm98.distort.secsLeft != 0) { } } } } |
