Help with dressing with arrows

Hello everyone,
me and my partner on some story have some error and the script doesn’t work…
can someone tell me what is wrong here?

ARROWS DRESSING GAME - 3 OUTFITS }

INT. BATHROOM - DAY with MIRROR BATH

@overlay MIRROR BATH shifts to 315 -5 in zone 1
@overlay MIRROR BATH scales to 1.014 1.014
@overlay MIRROR BATH to layer 2
@overlay MIRROR BATH opacity 1.00 in 1
@MIRROR becomes ZOE GREYSON
&zoom on 0 0 to 100% in 0
&cut to zone 2
&ZOE GREYSON spot 1.177 100 90 in zone 3 AND MIRROR spot 1.177 100 95 in zone 3 AND MIRROR moves to layer 1 AND ZOE GREYSON moves to layer 3
@ZOE GREYSON walks to spot 1.177 164 90 in zone 2 in 3 AND MIRROR walks to spot 1.177 221 92 in zone 2 in 3 AND MIRROR is walk_neutral_loop AND ZOE GREYSON is walk_neutral_loop AND MIRROR faces left AND ZOE GREYSON faces right
@MIRROR is idle AND MIRROR faces left AND ZOE GREYSON is idle AND ZOE GREYSON faces right
@speechbubble reset

ARROWS DRESSING GAME - 5 OUTFITS {

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

tappable
“LEFT_ARROW” {
&ui CHOOSE opacity 0.8 in 0.1
goto tap_outfit_5
} “RIGHT_ARROW” {
&ui CHOOSE opacity 0.8 in 0.1
goto tap_outfit_1
}

label tap_outfit_1
@ZOE GREYSON =1
################## CHANGE OUTFIT NAME TO YOUR 1ST OUTFIT ###############
@ZOE GREYSON changes into ZOE_dayofdeid and MIRROR changes into ZOE_dayofdeid

tappable
“LEFT_ARROW” {
goto tap_outfit_5
} “RIGHT_ARROW” {
goto tap_outfit_2
} “CHOOSE” {
goto tap_outfit_choose
}

label tap_outfit_2
@ZOE GREYSON =2
################## CHANGE OUTFIT NAME TO YOUR 2ND OUTFIT ###############
@ZOE GREYSON changes into ZOE_dayofdeid2 and MIRROR changes into ZOE_dayofdeid2

tappable
“LEFT_ARROW” {
goto tap_outfit_1
} “RIGHT_ARROW” {
goto tap_outfit_3
} “CHOOSE” {
goto tap_outfit_choose
}

label tap_outfit_3
@ZOE GREYSON =3
################## CHANGE OUTFIT NAME TO YOUR 3RD OUTFIT ###############
@ZOE GREYSON changes into ZOE_dayofdeid3 and MIRROR changes into ZOE_dayofdeid3

tappable
“LEFT_ARROW” {
goto tap_outfit_2
} “RIGHT_ARROW” {
goto tap_outfit_4
} “CHOOSE” {
goto tap_outfit_choose
}

label tap_outfit_4
@ZOE GREYSON =4
################## CHANGE OUTFIT NAME TO YOUR 4TH OUTFIT ###############
@ZOE GREYSON changes into ZOE_dayofdeid4 and MIRROR changes into ZOE_dayofdeid4

tappable
“LEFT_ARROW” {
goto tap_outfit_3
} “RIGHT_ARROW” {
goto tap_outfit_5
} “CHOOSE” {
goto tap_outfit_choose
}

label tap_outfit_5
@ZOE GREYSON =5
################## CHANGE OUTFIT NAME TO YOUR 5TH OUTFIT ###############
@ZOE GREYSON changes into ZOE GREYSON_default and MIRROR changes into ZOE GREYSON_default

tappable
“LEFT_ARROW” {
goto tap_outfit_4
} “RIGHT_ARROW” {
goto tap_outfit_1
} “CHOOSE” {
goto tap_outfit_choose
}

label tap_outfit_choose
&ui LEFT_ARROW opacity 0 in 0.1 and ui RIGHT_ARROW opacity 0 in 0.1 and ui CHOOSE opacity 0 in 0.1
@ZOE GREYSON 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
@ZOE GREYSON is kiss_blow_happy_atcamera
} “No, let me try the others” {
&ZOE GREYSON starts idle and ui LEFT_ARROW opacity 1 in 0.1 and ui RIGHT_ARROW opacity 1 in 0.1 and ui CHOOSE opacity 0.8 in 0.1
if (ZOE GREYSON =1) {
goto tap_outfit_1
} elif (ZOE GREYSON =2) {
goto tap_outfit_2
} elif (ZOE GREYSON =3) {
goto tap_outfit_3
} elif (ZOE GREYSON =4) {
goto tap_outfit_4
} else {
goto tap_outfit_5
}
}

ARROWS DRESSING GAME - 5 OUTFITS }

what does the error say? and on which line?

the error is that the arrows doesn’t change the clothes

are there any errors/warnings in your script?

No but the charters doesn’t change clothes…

your script looks fine so far, maybe try refreshing or previewing it in the app

1 Like

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