"In my game, the player performs actions (A, B, C, D, etc) in a certain order (1, 2, 3, 4, etc). At runtime, I'm using an XYZ array named Journal to store for each action a value corresponding to its order.
The following drawing shows the status of the array at the end of the game. It reads that actions have been performed in the following order :
E, D, A, B, I, etc"
You created this?