|
Post by xxdxmhippiexx on Dec 25, 2016 15:12:40 GMT
loc = getDropZone({1,9}) toast(table.getn(loc))-- table not empty toast(typeOf(loc))-- table continueMultiTouch(loc, 1)--runtime error not supported argument: lua table
Im confused because am i not supposed to pass a table to continueMultiTouch? or dose this mean there is a unsupported value in the table?
|
|
|
Post by xxdxmhippiexx on Dec 25, 2016 16:34:28 GMT
I got it..was the way i merge the tables.
|
|