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 /system.lua | |
| parent | f09675cc51658532024e0aa53bf091fc7dbc0131 (diff) | |
Added more to chatting (multiple messages, appearance)
Diffstat (limited to 'system.lua')
| -rw-r--r-- | system.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
