Slide Arrow Dressing Game Error

Hey! I’m using a dressing game from Dara Amarie and it’s giving me an error


How can I fix it?
Tags: @Dara.Amarie @StoriesByRayna @episode.mariana @Episoidewriter007 @episode.fire @Rainepy @Court_episode @CovfefeBoss @FlowerGriefer

This error doesn’t stem from the template. This notice pops up when you typed in a character name that doesn’t exist. That’s why it says “We noticed the following characters don’t exist in your story!” and then prompts you to correct the character or create the character.

ohhhh thank you so much!

Screen Shot 2022-06-13 at 3.49.02 PM
it did this now

the overlays aren’t showing up

they should show up even if they aren’t approved. check if you’ve turned the opacity to 1 or 100% and that it’s placed correctly. if not, it might be the background you’re using.

ok

Isn’t working

send me the script

INT. WALKINCLOSET - DAY
@cut to zone 2
@AVA enters from left to screen center AND AVA is walk_neutral_loop

SIDE ARROWS DRESSING GAME - 3 OUTFITS {

&ui ARROW_TAP_RIGHT create and ui ARROW_TAP_RIGHT opacity 1 in 0 and ui ARROW_TAP_RIGHT scales to 0.325 0.325 in 0 and ui ARROW_TAP_RIGHT shifts to 215 340 in zone 1 in 0 and ui ARROW_TAP_RIGHT to layer 5
&ui ARROW_TAP_LEFT create and ui ARROW_TAP_LEFT opacity 1 in 0 and ui ARROW_TAP_LEFT scales to 0.325 0.325 in 0 and ui ARROW_TAP_LEFT shifts to 215 265 in zone 1 in 0 and ui ARROW_TAP_LEFT to layer 5
&ui HEART_CHECK_TAP create and ui HEART_CHECK_TAP opacity 1 in 0 and ui HEART_CHECK_TAP scales to 0.325 0.325 in 0 and ui HEART_CHECK_TAP shifts to 215 170 in zone 1 in 0 and ui HEART_CHECK_TAP to layer 5

tappable
“ARROW_TAP_LEFT” {
&ui HEART_CHECK_TAP opacity 1 in 0.3
goto arrow_outfit_tap_3_x
} “ARROW_TAP_RIGHT” {
&ui HEART_CHECK_TAP opacity 1 in 0.3
goto arrow_outfit_tap_1_x
}

label arrow_outfit_tap_1_x
@AVA =1
################## CHANGE OUTFIT NAME BELOW TO YOUR 1ST OUTFIT ###############
@AVA changes into Outfit 1

tappable
“ARROW_TAP_LEFT” {
goto arrow_outfit_tap_3_x
} “ARROW_TAP_RIGHT” {
goto arrow_outfit_tap_2_x
} “HEART_CHECK_TAP” {
goto arrow_outfit_check_x
}

label arrow_outfit_tap_2_x
@AVA =2
################## CHANGE OUTFIT NAME TO YOUR 2ND OUTFIT ###############
@AVA changes into Outfit 2

tappable
“ARROW_TAP_LEFT” {
goto arrow_outfit_tap_1_x
} “ARROW_TAP_RIGHT” {
goto arrow_outfit_tap_3_x
} “HEART_CHECK_TAP” {
goto arrow_outfit_check_x
}

label arrow_outfit_tap_3_x
@AVA =3
################## CHANGE OUTFIT NAME TO YOUR 3RD OUTFIT ###############
@AVA changes into Outfit 3

tappable
“ARROW_TAP_LEFT” {
goto arrow_outfit_tap_2_x
} “ARROW_TAP_RIGHT” {
goto arrow_outfit_tap_1_x
} “HEART_CHECK_TAP” {
goto arrow_outfit_check_x
}

label arrow_outfit_check_x
&ui ARROW_TAP_LEFT opacity 1 in 0.1 and ui ARROW_TAP_RIGHT opacity 1 in 0.1 and ui HEART_CHECK_TAP opacity 1 in 0.1
@AVA is primp_neutral
NARRATOR
Are you sure you want to wear this outfit?
choice
“Yes!” {
readerMessage Follow @dara.amarie.ep on Instagram! with messageTitle Arrows Dressing Game Template Credit
@AVA is kiss_blow_happy_atcamera
} “No, let me try a different outfit.” {
&AVA starts idle
&ui ARROW_TAP_LEFT opacity 1 in 0.3 and ui ARROW_TAP_RIGHT opacity 1 in 0.3 and ui HEART_CHECK_TAP opacity 1 in 0.3
if (AVA =1) {
goto arrow_outfit_tap_1_x
} elif (AVA =2) {
goto arrow_outfit_tap_2_x
} else {
goto arrow_outfit_tap_3_x
}
}

SIDE ARROWS DRESSING GAME - 3 OUTFITS }

this doesn’t seem like an opacity problem. did they show up before? if they didn’t, did you get the white box when checking them with the spot directing helper?

wdym

it isn’t working guys

im stressing out… Can someone pls help me

Please un tag me, thanks

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.