I've been learning programming and I understand both arrays and dictionaries in concept.
But, I'm having trouble doing the simplest tasks when it comes to implementation.
I'm trying to add a integer value to a array index every time the player jumps (Set Value at 0 to Array.(0)+1). I'm doing all this so I can learn how to make if statements based around array values.
Oddly enough though, its only adding to the value once instead of multiple times.
The player jumps, and I can see that 1 is added, but when the player jumps again, nothing happens.