I needed some help here, i'm trying to order some arrarys... is it possible to use arrays inside arrays like in C?
array1 = [att1, def1, agl1, mag1, ID]
array2 = [att2, def2, agl2, mag2, ID]
array3 = [att3, def3, agl3, mag3, ID]
i want ot order them by the value in the agility (agl) slot.
in C i would have used arrays inside arrays, I don't know how to do in RGSS! ???
Thank you in advance,
Francisco Dias
array1 = [att1, def1, agl1, mag1, ID]
array2 = [att2, def2, agl2, mag2, ID]
array3 = [att3, def3, agl3, mag3, ID]
i want ot order them by the value in the agility (agl) slot.
in C i would have used arrays inside arrays, I don't know how to do in RGSS! ???
Thank you in advance,
Francisco Dias