I\'m trying to integrate Lua to my C# app when I hit a little snag. I was hoping someone with more expertise could help point me to the right direction.
Using C# and LuaInterface, I am trying to read a nested table, but am getting a null LuaTable when I try to open the key containing the table.
Ok i\'m currently using LuaScript v5.1 in a Game engine i\'m using. and the handy LuaInterface that comes along with it. i\'ve tested it on a range of systems running a range of OS\'s.
Since my game, which I\'d really like to be Mono-usable, does not seem to run under Linux because LuaInterface is being a jerk (see the the relevant SO thread for more on that), I\'ve decided to do wh