This is the startup:
*title Electrolísis
*author Arwen
*scene_list
startup
variables
choiceselectrón
choiceslluvia
*create Elemento ""
*create Género ""
*create Nombre ""
*create Creatividad 0
*create Imaginación 0
*create Conocimiento 0
And this is the variables.txt:
*choice
#Electricidad
*set Elemento "Electricidad"
*goto género
#Agua
*set Elemento "Agua"
*goto género
*label género
Ahora, elige si eres niño o niña.
*choice
#Niño
*set Género "Niño"
*if Elemento = "Electricidad"
*goto electrón1
*else
*goto lluvia1
#Niña
*set Género "Niña"
*if Elemento = "Electricidad"
*goto electrón1
*else
*goto lluvia1
I have no idea why this error appears. Anyone know why?
