09-13-2014, 08:54 AM
(09-10-2014, 03:58 PM)native Wrote: Can I call functions using the game's chat?
e.g. typing /hello 12 2915 calls foo(12,2915)
I would like to use that for debugging.
http://en.wikipedia.org/wiki/Eval#Lua
Obviously, this should never be used in production.