diff options
| author | 1029chris <1029chris@gmail.com> | 2016-07-25 21:55:30 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-07-25 21:55:30 -0700 |
| commit | cb0d254ccd1cbfeef754307ad1a34b9e9a92d24a (patch) | |
| tree | dbdd840f78a97710c96471fe8f9d2bc460af27a0 | |
| parent | 4ce4f1563deca057204e2f27fa80902ee59f28b9 (diff) | |
Added some of virus 2 dialogue
| -rw-r--r-- | dialogue.lua | 14 | ||||
| -rw-r--r-- | var.lua | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/dialogue.lua b/dialogue.lua index 0f74005..75bcdf3 100644 --- a/dialogue.lua +++ b/dialogue.lua @@ -123,6 +123,20 @@ function loadDia() v1.msgs[51] = "Seriously! I won, okay?! Stop reseting and being such a sore loser!" v1.msgs[52] = "Just fuck off!" end + v2.msgs[1] = "Surprise! How do ya do?" + v2.msgs[2] = "So let me tell you a story, yes? I was traversing the internet and I found somthin' neat!" + v2.msgs[3] = "A computer, this very computer, with its entire security system down!" + v2.msgs[4] = "The firewall was down! The antivirus was preoccupied!" + v2.msgs[5] = "So little ol' me just quietly slipped in during the battle! That was quite a fight you put up!" + v2.msgs[6] = "That little runt was pretty full of himself! The strongest virus? HA! Yeah right." + v2.msgs[7] = "He was stupid too, all he wanted was destruction. That's it!" + v2.msgs[8] = "Sure, destruction is fun..." + v2.msgs[9] = "But why not make a little money first?" + v2.msgs[10] = "After you make a good amount o' cash, THAT is when you destory them!" + v2.msgs[11] = "I don't need time to destory this computer. I just need my cold hard cash! 1000$ will do!" + v2.msgs[12] = "I have to give that aggorant punk some credit, he did leave your door wide open for me!" + v2.msgs[13] = "He was oddly specific when explaining the fight, so I'll assume you know how this works!" + v2.msgs[14] = "So, lets get to work... shall we?" end function chatReply(m) if string.find(m, "virus") ~= nil and msg.c > 6 then @@ -192,6 +192,7 @@ function loadVar() v2.pop.p = {} v2.pop.add = false v2.pop.hov = 0 + v2.msgs = {} expl.deb[1].x = 0 expl.deb[1].y = 0 expl.deb[1].ym = 5 |
