Storyboard/Composer question

I cant see what could be an error… Have you tried commenting out or removing line 3? If so what happens?

But try this.

local cardIndex = ( { cat = a, subcat = a, cardType = a, name = a, def = a, atk = a, effect = a, pic = "jack1.png" , exist = 1 }, { cat = a, subcat = a, cardType = a, name = , def = a, atk = a, effect = a, pic = "jack2.png" , exist = 1 }, { cat = a, subcat = a, cardType = a, name = , def = a, atk = a, effect = a, pic = "jack3.png" , exist = 1 }, { cat = a, subcat = a, cardType = a, name = , def = a, atk = a, effect = a, pic = "jack4.png" , exist = 1 }, { cat = a, subcat = a, cardType = a, name = , def = a, atk = a, effect = a, pic = "jack5.png" , exist = 1 }, { cat = a, subcat = a, cardType = a, name = , def = a, atk = a, effect = a, pic = "jack6.png" , exist = 1 }, { cat = a, subcat = a, cardType = a, name = , def = a, atk = a, effect = a, pic = "jack7.png" , exist = 1 }, { cat = a, subcat = a, cardType = a, name = , def = a, atk = a, effect = a, pic = a, exist = 0 }, { cat = a, subcat = a, cardType = a, name = , def = a, atk = a, effect = a, pic = a, exist = 0 }, { cat = a, subcat = a, cardType = a, name = , def = a, atk = a, effect = a, pic = a, exist = 0 }, { cat = a, subcat = a, cardType = a, name = , def = a, atk = a, effect = a, pic = a, exist = 0 } ) return cardIndex

Thanks.

Thanks, yeah it was the , missing after the rows. 

Sorry i’m asking so many questions i’ll try to figure out the next few myself

No problem! The forums are meant for helping out fellow programmers! If you have any other questions you can ask here without hesitation! Ill be glad to help and i’m sure others will also! But for future reference can you please make new forum topics regarding the question you have? So they others with the same question can find your topic and fix their problem!

Thanks and Good Luck!!!