am stuck pls help me
i don’t know what’s wrongOnce you add the line where you goto that label the error will go away. It’s just saying you have a label but you never say to go to that label.
Thanks I will try that once my laptop is charged. Am using my phone right now thanks a lot
thanks it’s working
Can you copy and paste your script where the error is
BELLA (think)
(What am I going to wear today?)
choice
“Not even tying”{
@BELLA walks to screen center in zone 3
@BELLA changes into BELLA_not even trying
}
“To much for school”{
@BELLA walks to screen center in zone 3
@BELLA changes into BELLA_hot
}
“This is ok for school”{
@BELLA walks to screen center in zone 3
@BELLA changes into BELLA_this is ok for school
}
@BELLA walks to screen center in zone 1
@pause for a beat
@pause for a beat
BELLA (talk_contend)
Do I want this or not?
choice
“Choose this outfit”{
@BELLA(talk_handsonhips)
well it’s ok I guess
I need to go before mom kills me i’m already late
}
“I hate this”{
goto choosing_outfit
}
@BELLA exits left
the error is on “choose this outfit”
Try to add a bracket in front
like this “choose this outfit”{
Try this }“choose this outfit”{
It’s still not working
but thanks for the help
thanks a lot
Np
@BELLA(talk_handsonhips)
well it’s ok I guess
I need to go before mom kills me i’m already late
Capitalise the W Well it’s ok I guess
thanks i hope your mom doesn’t kill u i will check it out
sorry mis type that
I think you might need a } on line 126 as you have a choice within a choice.