- Edited
Hello all. First, sorry for the basic question but I am beginner....
My question is : How to create a variable with a dynamic name ? I used to code it in flash action-script like that : var nameid = 1 var ["variablename"+string(nameid)] = 100
it gives a variable with the name "variablename1"
But I don't know how to do it in GDscript :(