[SOLVED]A For cycle in a For cycle

HELLO all forum wanderers, i have a tiny problem, i’m trying to do a nested for cycle, but it does not work, i know it’s a logic problem, because i’ve done a normal For cycle with a while and a counter, i post theimages of the problem and of the variables used


this is the event sheet that does not work

those are the array of arrays and the counters variable

Yes, that’s correct. This line is not right :

image

GDevelop does not know what LC and NC are. If you must use them as Object Variables, you need to reference them as A.Variable(LC) and A.Variable(NC)

1 Like

THANKS! I’M STOPID i did the correct method the first time, but now i didn’t set it correctly