aboutsummaryrefslogtreecommitdiff
path: root/var.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-03-10 13:14:11 -0800
committer1029chris <1029chris@gmail.com>2016-03-10 13:14:11 -0800
commit9cc069a875776c2bd6da50597c0c1cdcd198ca87 (patch)
tree949f214a2ecd657219a648d18e8796e16ab8f9ef /var.lua
parentf09675cc51658532024e0aa53bf091fc7dbc0131 (diff)
Added more to chatting (multiple messages, appearance)
Diffstat (limited to 'var.lua')
-rw-r--r--var.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/var.lua b/var.lua
index e343bd6..4ffb157 100644
--- a/var.lua
+++ b/var.lua
@@ -103,5 +103,15 @@ function loadVar()
notify.timer = 0
msg = {}
msg.new = false
+ msg.c = 1
msg.msgs = {}
+ msgs = {}
+ msgs[1] = "Hey, Wazzup?"
+ msgs[2] = "Did you hear the news?"
+ msgs[3] = "New Duty of Call game!"
+ msgs[4] = "It looks so cool!"
+ msgs[5] = "Check it out!"
+ msgs[6] = "Want to get it free?"
+ msgs[7] = "Search this on the web:"
+ msgs[8] = "www.freedownloads.com"
end