How do you create new variables at runtime?
Let's say I'm reading a text file and I read the name: StepUpAndDown. Now I want to create a new variable called StepUpAndDown after the game has already begun aka at runtime.
Let's say I'm reading a text file and I read the name: StepUpAndDown. Now I want to create a new variable called StepUpAndDown after the game has already begun aka at runtime.
Comment