diff options
| author | 1029chris <1029chris@gmail.com> | 2016-03-08 14:47:44 -0800 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-03-08 14:47:44 -0800 |
| commit | 414afd442a21455027f052e5cc849091d60a777d (patch) | |
| tree | 007826967e2a2c0b80a576f3185f9b992cd14d5b /system.lua | |
| parent | 5d8f2d1bf5bfdf69ee6218aaddb19ffef8d18005 (diff) | |
Starting to implement chat.
Diffstat (limited to 'system.lua')
| -rw-r--r-- | system.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ function drawSystem() start.o = false elseif start.o == false then start.o = true + msg.new = true + table.insert(msg.msgs, 1, "HEY YOU") 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 |
