Hi EvilSOB,
I have just tried the 2nd idea that you give but it seems that skill is not a member of the panel since it gives me an error
Error in 'menu.c' line 106: 'skill' : is not a member of 'PANEL'
< arr_levels[column][row].skill99 = row + (column * 5);
>
and even using (arr_levels[column][row]).skill1 = row + (column * 5); still not works for me..