I need help with templates

I keep getting warnings on a template I made. Can someone help?

1 Like

I can try…what’s the template you made

I made a customization template…and I keep getting a warning about my end goto

1 Like

Can you screenshot it?

I can try my phone is not acting right

1 Like

It’s okay…send it whenever you can :joy: I am mostly on today

I just sent it… it is driving me nuts

1 Like

Thing is. Is there a label named lena_end and lena_start in your script? or was it supposed to be goto lena_0 ?

2 Likes

Yes…you don’t have those label :slight_smile: change It to either "goto lena_0 " or put those label in script

Yeah I just saw it and already fixed it but now my template is stuck and I cant fix it

2 Likes

What its showing

I will just have to send the whole thing hold on.

1 Like

Sure

goto lena_O
}

label bodyColor_O

    NARRATOR
Choose Len's Skin tone?

choice
“Copper 10”{
@LENA changes bodyColor into Copper 10
goto bodyColor_O
}“Copper 09”{
@LENA changes bodyColor into Copper 09
goto bodyColor_O
}“Copper 08”{
@LENA changes bodyColor into Copper 08
goto bodyColor_O
}“Copper 07”{
@LENA changes bodyColor into Copper 07
goto bodyColor_O
}“Copper 06”{
@LENA changes bodyColor into Copper 06
goto bodyColor_O
}“Copper 05”{
@LENA changes bodyColor into Copper 05
goto bodyColor_O
}“Gold 10”{
@LENA changes bodyColor into Gold 10
goto bodyColor_O
}“Gold 09”{
@LENA changes bodyColor into Gold 09
goto bodyColor_O
}“Gold 08”{
@LENA changes bodyColor into Gold 08
goto bodyColor_O
}“Gold 07”{
@LENA changes bodyColor into Gold 07
goto bodyColor_O
}“Gold 06”{
@LENA changes bodyColor into Gold 06
goto bodyColor_O
}“Gold 05”{
@LENA changes bodyColor into Gold 05
goto bodyColor_O
}“Gold 04”{
@LENA changes bodyColor into Gold 04
goto bodyColor_O
}“Gold 03”{
@LENA changes bodyColor into Gold 03
goto bodyColor_O
}“Neutral 10”{
@LENA changes bodyColor into Neutral 10
goto bodyColor_O
}“Neutral 09”{
@LENA changes bodyColor into Neutral 09
goto bodyColor_O
}“Neutral 08”{
@LENA changes bodyColor into Neutral 08
goto bodyColor_O
}“Neutral 07”{
@LENA changes bodyColor into Neutral 07
goto bodyColor_O
}“Neutral 06”{
@LENA changes bodyColor into Neutral 06
goto bodyColor_O
}“Neutral 05”{
@LENA changes bodyColor into Neutral 05
goto bodyColor_O
}“Neutral 04”{
@LENA changes bodyColor into Neutral 04
goto bodyColor_O
}“Rose 10”{
@LENA changes bodyColor into Rose 10
goto bodyColor_O
}“Rose 09”{
@LENA changes bodyColor into Rose 09
goto bodyColor_O
}“Rose 08”{
@LENA changes bodyColor into Rose 08
goto bodyColor_O
}“Rose 07”{
@LENA changes bodyColor into Rose 07
goto bodyColor_O
}“Rose 06”{
@LENA changes bodyColor into Rose 06
goto bodyColor_O
}“Rose 05”{
@LENA changes bodyColor into Rose 05
goto bodyColor_O
}
NARRATOR
Is this your look?

choice
“Keep?”{

}
“Try something else.”{

goto bodyColor_O
}

1 Like

The buttons are stuck.

1 Like

Do you mean the choices- are you getting any errors in script?

No more errors… when I click to buttons nothing happens

1 Like

Do you have anything in your script after that last choice ?

1 Like