*choice
#Hannah
*goto hannah2
*if Nombre = ""
*set Nombre "Hannah"
#Eligir otro nombre
*label nombre
Escribe tu nombre abajo
*input_text Nombre
¿Tu nombre es ${Nombre}?
*choice
#Sí
*goto hannah2
#No
*goto nombre
I tried an if statement, but it still doesn’t work. I probably wrote the if statement wrong, or I might not be supposed to use one for what I want.