Error in my story and I don't know why

Change
that line to

label Continue

1 Like

so what line am I changing to label Continue is it the line with the red x 3140.

The labels don’t match hence the error, since you only put CONTINUE
your goto command label should be written as
label CONTINUE

ok thank you for breaking it down for me this helped.

Your welcome :blush:

S


ame story but a little bit of a problem I am having trouble with making both arrows tappable if they pass an outfit they liked and want to go back how do I do it on here?

#FIRST_OUTFIT
@speechbubble is 181 417 to 52% with tail_bottom_left
CHANTAL BLUU (think_rubchin)
(Ok let me get dress.)

label FIRST_OUTFIT

@CHANTAL BLUU changes into Chantal Bluu in underwear

@overlay HEARTCURVY_LEFTARROW opacity 100%

tappable
“HEARTCURVY_RIGHTARROW”{

}“HEARTCURVY_LEFTARROW”{

goto SECOND_OUTFIT

}“DONE HEART”{

@speechbubble is 181 417 to 52% with tail_bottom_left
CHANTAL BLUU (talk_primp_neutral)
Is this my fit?
choice
“YES.”{

goto CONTINUE

}“NO! Let’s choose another fit then.”{

goto FIRST_OUTFIT

}
}

#SECOND_OUTFIT

label SECOND_OUTFIT

@CHANTAL BLUU changes into CB I Dont Have Time For Boys

@overlay HEARTCURVY_LEFTARROW opacity 100%

tappable
“HEARTCURVY_RIGHTARROW”{

}“HEARTCURVY_LEFTARROW”{

goto THIRD_OUTFIT

}“DONE HEART”{

@speechbubble is 181 417 to 52% with tail_bottom_left
CHANTAL BLUU (think_rubchin)
(Ok need to get dress what should I wear on my first day.)

    CHANTAL BLUU (talk_primp_neutral)
Is this my fit?

choice
“YES.”{

goto CONTINUE

}“NO! Let’s choose another fit then.”{

goto FIRST_OUTFIT

}
}

#THIRD_OUTFIT

label THIRD_OUTFIT

@CHANTAL BLUU changes into CB I Dont Have Time For Boys 1

@overlay HEARTCURVY_LEFTARROW opacity 100%

tappable
“HEARTCURVY_RIGHTARROW”{

}“HEARTCURVY_LEFTARROW”{

goto FOURTH_OUTFIT

}“DONE HEART”{

@speechbubble is 181 417 to 52% with tail_bottom_left
CHANTAL BLUU (think_rubchin)
(Ok need to get dress what should I wear on my first day.)

    CHANTAL BLUU (talk_primp_neutral)
Is this my fit?

choice
“YES.”{

goto CONTINUE

}“NO! Let’s choose another fit then.”{

goto FIRST_OUTFIT

}
}

#FOURTH_OUTFIT

label FOURTH_OUTFIT

@CHANTAL BLUU changes into CB I Dont Have Time For Boys 2

@overlay HEARTCURVY_RIGHTARROW opacity 0%

tappable
“HEARTCURVY_LEFTARROW”{

}“HEARTCURVY_RIGHTARROW”{

goto SECOND_OUTFIT

}“DONE HEART”{

@speechbubble is 181 417 to 52% with tail_bottom_left
CHANTAL BLUU (think_rubchin)
(Ok need to get dress what should I wear on my first day.)

    CHANTAL BLUU (talk_primp_neutral)
Is this my fit?

choice
“YES.”{

goto CONTINUE

}“NO! Let’s choose another fit then.”{

goto FIRST_OUTFIT

}
}

label CONTINUE

    NARR
Test



    CHANTAL BLUU (talk_think_neutral)
Ok let me get out of here.

Dara has a tappable dressing game template That you could use for this .

1 Like