In my rpg, in the battle sequences, I want each character (4 players and 4 enemies) to execute the actions they chose in the order of their agility.
the variables for agility are:
player1agi,player2agi...
enemy1agi,enemy2agi...
I can't seem to be able to place them in order from greater agility to lower. Someone told me to use arrays using udts but being the VB newbie that i am, arrays using udts means ABSOLUTELY NOTHING to me. Plz help.

Thx alot from a real dumb VB newbie

Fred