aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-10-15 13:04:06 -0400
committerlempamo <[email protected]>2017-10-15 13:04:06 -0400
commit455d5bd4366242bc928fe230bb1d9bd8d54f679c (patch)
tree62d9afe8807c4a18415b13994b8f9dbaa4ccf20d /Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs
parent7ce95f837d4318397e6749250e53fe7a85fe8f77 (diff)
downloadhistacom2-455d5bd4366242bc928fe230bb1d9bd8d54f679c.tar.gz
histacom2-455d5bd4366242bc928fe230bb1d9bd8d54f679c.tar.bz2
histacom2-455d5bd4366242bc928fe230bb1d9bd8d54f679c.zip
some script stuff in hack3
Diffstat (limited to 'Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs')
-rw-r--r--Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs6
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
}
}
}