Multidimensional arrays are possible with Lite-C. I don't think the syntax of your array is the problem. You just have a failure: int() is for C-Script only. Use integer() with Lite-C. In C-Script multidimensional arrays can't be used and you must do it like kasimir posted.