Error with Dara Amarie Arrow Dressing Game

I’m trying to use Dara’s arrow script template for 3 outfits, but this is the second time I’m using it in the same episode due to day changes. I switched the labels and added a _1,_2, and _3 for all labels, but when I preview them I’m only able to preview the first two outfits, the 3rd won’t show up and the arrows and choose your style button become un-clickable.

Note: My overlay names aren’t the exact same as Dara’s template due to editing errors but they are similar.

ARROWS DRESSING GAME - 3 OUTFITS {

&ui WHITE LEFT_ARROW create and ui WHITE LEFT_ARROW scales to 0.8 0.8 in 0 and ui WHITE LEFT_ARROW shifts to 7 187 in 0 and ui WHITE LEFT_ARROW opacity 1 in 0
&ui WHITE RIGHT_ARROW create and ui WHITE RIGHT_ARROW scales to 0.8 0.8 in 0 and ui WHITE RIGHT_ARROW shifts to 250 187 in 0 and ui WHITE RIGHT_ARROW opacity 1 in 0
&ui CHOOSE_PURPLE_STYLE create and ui CHOOSE_PURPLE_STYLE scales to 0.4 0.4 in 0 and ui CHOOSE_PURPLE_STYLE shifts to 75 110 in 0 and ui CHOOSE_PURPLE_STYLE opacity 0 in 0

tappable
“WHITE LEFT_ARROW” {
&ui CHOOSE_PURPLE_STYLE opacity 0.8 in 0.1
goto tap_outfit_3_2
} “WHITE RIGHT_ARROW” {
&ui CHOOSE_PURPLE_STYLE opacity 0.8 in 0.1
goto tap_outfit_1_2
}

label tap_outfit_1_2
@ALAYNA =1
################## CHANGE OUTFIT NAME TO YOUR 1ST OUTFIT ###############
@ALAYNA changes into ALAYP1

tappable
“WHITE LEFT_ARROW” {
goto tap_outfit_3_2
} “WHITE RIGHT_ARROW” {
goto tap_outfit_2_2
} “CHOOSE_PURPLE_STYLE” {
goto tap_outfit_choose_2
}

label tap_outfit_2_2
@ALAYNA =2
################## CHANGE OUTFIT NAME TO YOUR 2ND OUTFIT ###############
@ALAYNA changes into ALAYP2

tappable
“WHITE LEFT_ARROW” {
goto tap_outfit_1_2
} “WHITE RIGHT_ARROW” {
goto tap_outfit_3_2
} “CHOOSE_PURPLE_STYLE” {
goto tap_outfit_choose_2
}

label tap_outfit_3
@ALAYNA =3
################## CHANGE OUTFIT NAME TO YOUR 3RD OUTFIT ###############
@ALAYNA changes into ALAYP3

tappable
“WHITE LEFT_ARROW” {
goto tap_outfit_2_2
} “WHITE RIGHT_ARROW” {
goto tap_outfit_1_2
} “CHOOSE_PURPLE_STYLE” {
goto tap_outfit_choose_2
}

label tap_outfit_choose_2
&ui WHITE LEFT_ARROW opacity 0 in 0.1 and ui WHITE RIGHT_ARROW opacity 0 in 0.1 and ui CHOOSE_PURPLE_STYLE opacity 0 in 0.1
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
} “No, let me try the others” {
&ALAYNA starts idle
&ui WHITE LEFT_ARROW opacity 1 in 0.1 and ui WHITE RIGHT_ARROW opacity 1 in 0.1 and ui CHOOSE_PURPLE_STYLE opacity 0.8 in 0.1
if (ALAYNA =1) {
goto tap_outfit_1_2
} elif (ALAYNA =2) {
goto tap_outfit_2_2
} else {
goto tap_outfit_3_2
}
}

ARROWS DRESSING GAME - 3 OUTFITS }

1 Like

Lol never mind, I fixed it. I forgot to add _2 to label tap_outfit_3. @Sydney_H Please close this thread.

3 Likes

Happens to the best of us :smiling_face_with_tear:

1 Like