Quote Originally Posted by Hulan View Post
Well, after brushing up on my Lua syntax a bit (scripting languages are not exactly my cup of tea), that looks like it could be a table constructor. Possibly an associative array to store possible UI functions and responses. On the other hand, without more information, it could just as easily be the output from a debugging line that got left in by accident.

Not certain how lua works but i have seen things like this when trying to build dynamic scripts and one of the parts fail or try to process an invalid character. (like a text with quotation marks)
In any case its probably something to do with a variable since it did not happen to a massive amount of people (or an intern).