diff options
| author | 1029chris <1029chris@gmail.com> | 2016-03-10 13:14:11 -0800 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-03-10 13:14:11 -0800 |
| commit | 9cc069a875776c2bd6da50597c0c1cdcd198ca87 (patch) | |
| tree | 949f214a2ecd657219a648d18e8796e16ab8f9ef /var.lua | |
| parent | f09675cc51658532024e0aa53bf091fc7dbc0131 (diff) | |
Added more to chatting (multiple messages, appearance)
Diffstat (limited to 'var.lua')
| -rw-r--r-- | var.lua | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |
