diff options
| author | lempamo <[email protected]> | 2017-10-15 13:04:06 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-10-15 13:04:06 -0400 |
| commit | 455d5bd4366242bc928fe230bb1d9bd8d54f679c (patch) | |
| tree | 62d9afe8807c4a18415b13994b8f9dbaa4ccf20d /Histacom2/OS/Win98/Win98Apps/Story | |
| parent | 7ce95f837d4318397e6749250e53fe7a85fe8f77 (diff) | |
| download | histacom2-455d5bd4366242bc928fe230bb1d9bd8d54f679c.tar.gz histacom2-455d5bd4366242bc928fe230bb1d9bd8d54f679c.tar.bz2 histacom2-455d5bd4366242bc928fe230bb1d9bd8d54f679c.zip | |
some script stuff in hack3
Diffstat (limited to 'Histacom2/OS/Win98/Win98Apps/Story')
| -rw-r--r-- | Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs b/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs index 9758a7e..3519986 100644 --- a/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs +++ b/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs @@ -13,7 +13,11 @@ namespace Histacom2.OS.Win98.Win98Apps.Story public static async void StartObjective() { - + await Task.Delay(4000); TitleScreen.frm98.webchat.history.AppendText("12padams: it looks like the time distorter has been activated"); TitleScreen.frm98.webchat.receive.Play(); // 176 + await Task.Delay(3000); TitleScreen.frm98.webchat.history.AppendText("HiddenHacker: so, in 3 minutes we see the results?"); TitleScreen.frm98.webchat.receive.Play(); // 173 + await Task.Delay(4000); TitleScreen.frm98.webchat.history.AppendText($"12padams: wrong. 3 minutes for {SaveSystem.ProfileName}, and a year for us"); TitleScreen.frm98.webchat.receive.Play(); // 169 + await Task.Delay(3000); TitleScreen.frm98.webchat.history.AppendText("HiddenHacker: oh great, not another year"); TitleScreen.frm98.webchat.receive.Play(); // 166 + await Task.Delay(4000); TitleScreen.frm98.webchat.history.AppendText("12padams: hey, tests like these take time, be patient"); TitleScreen.frm98.webchat.receive.Play(); // 162 } } } |
