Help with tappable, script

Guys can someone tell me what is wrong with this?



Thanks🌷

From what I can see I think you are missing a } before “TOPANDSHOES”

But can you paste or pm me the full tappable maybe it’s something else

I tried but it didn’t work D:

Ok can you show me everything from the word tappable to the end, please?

1 Like

Could you copy the code rather than screenshots?

2 Likes

tappable
“BOTTONDRESS” {

@ERIKA changes into ERIKA Ch AND ERIKA is idle_shiftweight_neutral_loop

ERIKA (talk_apathetic)
This is cute.

choice “I look ugly af” {

@zoom on 640 394 to 377% in 0

ERIKA (talk_argue_defensive)
Seriously? Rude!

goto cambiaoutfit

} “I’m a cover girl” {

&zoom on 646 399 to 494% in 0
@ERIKA is kiss_blow_happy_atcamera

goto perfetto

}

} ​"TOPANDSHOES" {

@ERIKA changes into Erika ch2 AND ERIKA is idle_shiftweight_neutral_loop

ERIKA (talk_apathetic)
This is cute.

choice “I look ugly af” {

@zoom on 640 394 to 377% in 0

ERIKA (talk_argue_defensive)
Seriously? Rude!

goto cambiaoutfit

} “I’m a cover girl” {

&zoom on 646 399 to 494% in 0
@ERIKA is kiss_blow_happy_atcamera

goto perfetto​

} “Perfect!” {

label perfetto

&zoom on 640 399 to 328% in 0
@ERIKA is flirt_wink_atcamera

}

I think its because you cant have an animation and clothes changing on the same line

1 Like

the error is
unexpected string: TOPANDSHOES

Not only what Episode.Cameronwrite said but
Also

tappable
“BOTTONDRESS” {

&ERIKA is idle_shiftweight_neutral_loop
@ERIKA changes into ERIKA Ch

ERIKA (talk_apathetic)
This is cute.

choice “I look ugly af” {

@zoom on 640 394 to 377% in 0

ERIKA (talk_argue_defensive)
Seriously? Rude!

goto cambiaoutfit

} “I’m a cover girl” {

&zoom on 646 399 to 494% in 0
@ERIKA is kiss_blow_happy_atcamera

goto perfetto

}

} ​"TOPANDSHOES" {

&ERIKA is idle_shiftweight_neutral_loop
@ERIKA changes into Erika ch2

ERIKA (talk_apathetic)
This is cute.

choice “I look ugly af” {

@zoom on 640 394 to 377% in 0

ERIKA (talk_argue_defensive)
Seriously? Rude!

goto cambiaoutfit

} “I’m a cover girl” {

&zoom on 646 399 to 494% in 0
@ERIKA is kiss_blow_happy_atcamera

goto perfetto​

}
} “Perfect!” {

label perfetto

&zoom on 640 399 to 328% in 0
@ERIKA is flirt_wink_atcamera

}

1 Like

Try
&ERIKA is idle_shiftweight_neutral_loop
@ERIKA changes into ERIKA ch2

1 Like

still give me an error

Same error?

1 Like

Yes

Ok @starscriptor give me 2min

2 Likes

Sure thank u so much

OMG I THINK I KNOW WHY HAHAHA
The names of the overlays are wrong HAHAH

Still an error

tappable
“BOTTONDRESS” {

&ERIKA is idle_shiftweight_neutral_loop
@ERIKA changes into ERIKA Ch

    ERIKA (talk_apathetic)
This is cute.

choice “I look ugly af” {

@zoom on 640 394 to 377% in 0

    ERIKA (talk_argue_defensive)
Seriously? Rude!

goto cambiaoutfit

} “I’m a cover girl” {

&zoom on 646 399 to 494% in 0
@ERIKA is kiss_blow_happy_atcamera

goto perfetto

}

} “​TOPANDSHOES” {

&ERIKA is idle_shiftweight_neutral_loop
@ERIKA changes into Erika ch2

    ERIKA (talk_apathetic)
This is cute.

choice “I look ugly af” {

@zoom on 640 394 to 377% in 0

    ERIKA (talk_argue_defensive)
Seriously? Rude!

goto cambiaoutfit

} “I’m a cover girl” {

&zoom on 646 399 to 494% in 0
@ERIKA is kiss_blow_happy_atcamera
goto perfetto

}
} “Perfect!” {

label perfetto

&zoom on 640 399 to 328% in 0
@ERIKA is flirt_wink_atcamera

}

this works I have tested it, just make sure the overlays names are right :sweat_smile:

Now the error is your label may not contain the character “”

there is an extra space somewhere
I went through the last thing I sent you and there is none

1 Like