First, I want to be able to input a player name and a speed for the character.
Then the enemy's speed is randomly generated.
Then have the order sorted by the speed of each character.
This dictates when it is each characters turn.
Just so you know I have tried to use an array. I don't seem to understand the concept behind them, much less how to use them correctly. If someone can help me understand how to use an array, that would be very helpful. Thank you.