diff options
| author | lempamo <[email protected]> | 2017-10-10 19:23:08 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-10-10 19:23:08 -0400 |
| commit | 8fb455399825c58d2b3b327fb719081ee895d3ac (patch) | |
| tree | a2f8ba66f182cd317866385092bf6ccfaf0f1064 | |
| parent | fae49b1d952d12e14f129d5067ccfadc7721f879 (diff) | |
| download | histacom2-8fb455399825c58d2b3b327fb719081ee895d3ac.tar.gz histacom2-8fb455399825c58d2b3b327fb719081ee895d3ac.tar.bz2 histacom2-8fb455399825c58d2b3b327fb719081ee895d3ac.zip | |
a bit more wc99 again
| -rw-r--r-- | Histacom2/OS/Win98/Win98Apps/WebChat1999.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Histacom2/OS/Win98/Win98Apps/WebChat1999.cs b/Histacom2/OS/Win98/Win98Apps/WebChat1999.cs index c770ec5..60d07f6 100644 --- a/Histacom2/OS/Win98/Win98Apps/WebChat1999.cs +++ b/Histacom2/OS/Win98/Win98Apps/WebChat1999.cs @@ -98,6 +98,18 @@ namespace Histacom2.OS.Win98.Win98Apps await Task.Delay(2500); history.AppendText("12padams: please just calm down, im not angry with you" + Environment.NewLine); receive.Play(); await Task.Delay(1750); history.AppendText("HiddenHacker: wait, really?" + Environment.NewLine); receive.Play(); await Task.Delay(1100); history.AppendText("12padams: yea" + Environment.NewLine); receive.Play(); + await Task.Delay(2750); history.AppendText($"12padams: infact, id like to thank you for getting my time distorter, {SaveSystem.ProfileName}" + Environment.NewLine); receive.Play(); + await Task.Delay(4000); history.AppendText("12padams: because if you hadn't done that, i would have completely forgot about it" + Environment.NewLine); receive.Play(); + await Task.Delay(1750); history.AppendText($"HiddenHacker: dont forget that i told {SaveSystem.ProfileName} that the time distorter existed!" + Environment.NewLine); receive.Play(); + await Task.Delay(2000); history.AppendText("12padams: right, right :P" + Environment.NewLine); receive.Play(); + await Task.Delay(5000); history.AppendText("12padams: anyways, since you both now know about the time distorter, i say we work together as a team" + Environment.NewLine); receive.Play(); + await Task.Delay(2000); history.AppendText("HiddenHacker: a team?" + Environment.NewLine); receive.Play(); + await Task.Delay(1100); history.AppendText("12padams: yea" + Environment.NewLine); receive.Play(); + await Task.Delay(3500); history.AppendText("12padams: ill be the developer, making new versions of the time distorter" + Environment.NewLine); receive.Play(); + await Task.Delay(3500); history.AppendText($"12padams: {SaveSystem.ProfileName} will be the tester, using the software to travel thru time" + Environment.NewLine); receive.Play(); + await Task.Delay(2500); history.AppendText("12padams: and hiddenhacker, you will be the overseer" + Environment.NewLine); receive.Play(); + await Task.Delay(2500); history.AppendText("HiddenHacker: okay.. what does that mean?" + Environment.NewLine); receive.Play(); + await Task.Delay(4500); history.AppendText($"12padams: you have to monitor what happens with {SaveSystem.ProfileName}'s distorter and let me know when it arrives safely" + Environment.NewLine); receive.Play(); } private void button2_Click(object sender, EventArgs e) |
