aboutsummaryrefslogtreecommitdiff
path: root/system.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 /system.lua
parentf09675cc51658532024e0aa53bf091fc7dbc0131 (diff)
Added more to chatting (multiple messages, appearance)
Diffstat (limited to 'system.lua')
-rw-r--r--system.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/system.lua b/system.lua
index 4e23570..3295510 100644
--- a/system.lua
+++ b/system.lua
@@ -20,7 +20,7 @@ function drawSystem()
start.o = false
elseif start.o == false then
start.o = true
- sendMessage(1, "HEY WAZZUP FOOL")
+ sendMessage(1, msgs[msg.c])
end
end
if start.o == true and sys.mouse.p.p == true and sys.mouse.p.x > 255 or sys.mouse.p.y < sys.h-380 then