I understand Pop and Push.
I am having trouble understanding how to choose the bottom Y when trying to change values.
I have a 2,1,1 Array. It is used to pre-select random numbers to prevent reloading to so the player can't cheat in the game. The game has to currently keep track of two random numbers.
X0, X1
What I would like to do is add a Function that will add a row to the bottom and change it.
I will also have a Function that Pops the top row, I already know how to do this though.
After adding a row to the bottom how do I then change the bottom row.
X0, X1
X0, X1
Do I have to use a variable to keep track of the bottom row, or is there another way of just changing the bottom row?
In the Parameters for Push I am not understanding what "Value" means. If I have two values on the axis why is it only asking for one?