Dressing game with arrows acting weird

@Dara.Amarie so I took your dressing game off your site. I’ve never had an issue with it before untill today. It’s giving me a weird error on the UI code even though i didn’t change anything other than the character name and added the outfits in. do u know what the issue is?

SIDE ARROWS DRESSING GAME - 5 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 0 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_5_y
} “ARROW_TAP_RIGHT” {
&ui HEART_CHECK_tap opacity 1 in 0.3
goto arrow_outfit_tap_1_y
}

label arrow_outfit_tap_1_y
@/KATELYN =1
################## CHANGE OUTFIT NAME TO YOUR 1ST OUTFIT ###############
@/KATELYN changes into GYM 1

tappable
“ARROW_TAP_LEFT” {
goto arrow_outfit_tap_5_y
} “ARROW_TAP_RIGHT” {
goto arrow_outfit_tap_2_y
} “HEART_CHECK_TAP” {
goto arrow_outfit_check_y
}

label arrow_outfit_tap_2_y
@/KATELYN =2
################## CHANGE OUTFIT NAME TO YOUR 2ND OUTFIT ###############
@/KATELYN changes into GYM 2

tappable
“ARROW_TAP_LEFT” {
goto arrow_outfit_tap_1_y
} “ARROW_TAP_RIGHT” {
goto arrow_outfit_tap_3_y
} “HEART_CHECK_TAP” {
goto arrow_outfit_check_y
}

label arrow_outfit_tap_3_y
@/KATELYN =3
################## CHANGE OUTFIT NAME TO YOUR 3RD OUTFIT ###############
@/KATELYN changes into GYM 3

tappable
“ARROW_TAP_LEFT” {
goto arrow_outfit_tap_2_y
} “ARROW_TAP_RIGHT” {
goto arrow_outfit_tap_4_y
} “HEART_CHECK_TAP” {
goto arrow_outfit_check_y
}

label arrow_outfit_tap_4_y
@/KATELYN =4
################## CHANGE OUTFIT NAME TO YOUR 4TH OUTFIT ###############
@/KATELYN changes into GYM 4

tappable
“ARROW_TAP_LEFT” {
goto arrow_outfit_tap_3_y
} “ARROW_TAP_RIGHT” {
goto arrow_outfit_tap_5_y
} “HEART_CHECK_TAP” {
goto arrow_outfit_check_y
}

label arrow_outfit_tap_5_y
@/KATELYN =5
################## CHANGE OUTFIT NAME TO YOUR 5TH OUTFIT ###############
@/KATELYN changes into GYM 5

tappable
“ARROW_TAP_LEFT” {
goto arrow_outfit_tap_4_y
} “ARROW_TAP_RIGHT” {
goto arrow_outfit_tap_1_y
} “HEART_CHECK_TAP” {
goto arrow_outfit_check_y
}

label arrow_outfit_check_y
&ui ARROW_TAP_LEFT opacity 0 in 0.1 and ui ARROW_TAP_RIGHT opacity 0 in 0.1 and ui HEART_CHECK_TAP opacity 0 in 0.1
@/KATELYN 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
@/KATELYN is kiss_blow_happy_atcamera
} “No, let me try a different outfit.” {
&KATELYN starts idle and 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 (KATELYN =1) {
goto arrow_outfit_tap_1_y
} elif (KATELYN =2) {
goto arrow_outfit_tap_2_y
} elif (KATELYN =3) {
goto arrow_outfit_tap_3_y
} elif (KATELYN =4) {
goto arrow_outfit_tap_4_y
} else {
goto arrow_outfit_tap_5_y
}
}

SIDE ARROWS DRESSING GAME - 5 OUTFITS }

1 Like

It’s the name of the overlay. Overlay names need to be in all caps.

1 Like

Ah. Ok. Yeah I just copied it from your website so I wasn’t sure if it was on my end or not I’ll see if that will work also happy bday.

1 Like

Lol yea I guess I need to fix that

1 Like