I'm creating FNF for a calculator and want to add song sheets, and am planning on using lists to do this.
I need 2 lists, One list that has a number from 1 to 4, and one list that corresponds with how far down the y axis it is. I have all the rendering and random numbers working, but there seems to be an error when I try to set a number in a list.
When searching on this topic, I only found the copy data command, which sets all the values of a list, but I need to do it one number at a time.
What I am currently doing is using something like this
Code:
It is giving me an error though. Does anyone know a workaround for this
I need 2 lists, One list that has a number from 1 to 4, and one list that corresponds with how far down the y axis it is. I have all the rendering and random numbers working, but there seems to be an error when I try to set a number in a list.
When searching on this topic, I only found the copy data command, which sets all the values of a list, but I need to do it one number at a time.
What I am currently doing is using something like this
Code:
5->L1(X*3)
It is giving me an error though. Does anyone know a workaround for this