Gem Choice Help Needed

can someone please make outfit one a Gem choice (5 Gems)

&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_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
@ARIANNA =1
################## CHANGE OUTFIT NAME BELOW TO YOUR 1ST OUTFIT ###############
@ARIANNA changes into Aria_School1

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
@ARIANNA =2
################## CHANGE OUTFIT NAME TO YOUR 2ND OUTFIT ###############
@ARIANNA changes into Aria_School2

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
@ARIANNA =3
################## CHANGE OUTFIT NAME TO YOUR 3RD OUTFIT ###############
@ARIANNA changes into Aria_School3

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 0 in 0.1 and ui ARROW_TAP_RIGHT opacity 0 in 0.1 and ui HEART_CHECK_TAP opacity 0 in 0.1
@ARIANNA 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
@ARIANNA is kiss_blow_happy_atcamera
} “No, let me try a different outfit.” {
&ARIANNA 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

@Dara.Amarie I only need the first outfit done 6 gems

Is where the label outfit tap 1 the one you want to make a gem?

yeah the first outfit

1 Like

Let me know if this works :slight_smile: I’d change it to this:

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
@ARIANNA =1
################## CHANGE OUTFIT NAME BELOW TO YOUR 1ST OUTFIT ###############
@ARIANNA changes into Aria_School1

Goto arrow_outfit_check_x2

Label arrow_outfit_check_x2

&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
@ARIANNA is primp_neutral
NARRATOR
Are you sure you want to wear this outfit?
choice
< GEMS > “Yes!” {
readerMessage Follow @dara.amarie.ep on Instagram! with messageTitle Arrows Dressing Game Template Credit
@ARIANNA is kiss_blow_happy_atcamera
} “No, let me try a different outfit.” {
&ARIANNA 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

Make sure to close these around gem <>

theses don’t match it says

when you do:
choice
<GEMS: number>
you need to add name to the bonus gem choice

NARR
Are you sure you want to wear this outfit?
choice (bonus_content_gem1)
<GEMS: 5>“Yes!” {
}
“No.” {

}

make sure to close the bracket } after the code for
“No, let me try a different outfit.” {
}
and also remove space between GEMS: and 5 ;3

1 Like

Did you close the bracket?

yeah

Let me check :upside_down_face:

Try this. This shouldn’t give you any errors. Close the greater than and less than around GEMS

Code

&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 TAPLEFT opacity 1 in 0 and ui ARROW TAPLEFT scales to 0.325 0.325 in 0 and ui ARROW TAPLEFT shifts to 215 265 in zone 1 in 0 and ui ARROW TAPLEFT 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 TAPLEFT” {
&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
@ARIANNA =1
################## CHANGE OUTFIT NAME BELOW TO YOUR 1ST OUTFIT ###############
@ARIANNA changes into Aria_School1

Goto arrow_outfit_check_x2

tappable
“ARROW TAPLEFT” {
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
@ARIANNA =2
################## CHANGE OUTFIT NAME TO YOUR 2ND OUTFIT ###############
@ARIANNA changes into Aria_School2

tappable
“ARROW TAPLEFT” {
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
@ARIANNA =3
################## CHANGE OUTFIT NAME TO YOUR 3RD OUTFIT ###############
@ARIANNA changes into Aria_School3

tappable
“ARROW TAPLEFT” {
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 TAPLEFT 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
@ARIANNA 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
@ARIANNA is kiss_blow_happy_atcamera

} “No, let me try a different outfit.” {
&ARIANNA starts idle
&ui ARROW TAPLEFT 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

}

tappable
“ARROW TAPLEFT” {
&ui HEART_CHECK_TAP opacity 1 in 0.3
goto arrow_outfit_tap_3_x
} “ARROW TAPLEFT” {
&ui HEART_CHECK_TAP opacity 1 in 0.3
goto arrow_outfit_tap_1_x
}

Label arrow_outfit_check_x2

&ui ARROW TAPLEFT opacity 0 in 0.1 and ui ARROW TAPLEFT opacity 0 in 0.1 and ui HEART_CHECK_TAP opacity 0 in 0.1
@ARIANNA is primp_neutral
NARRATOR
Are you sure you want to wear this outfit?
choice
< GEMS > “Yes!” {
readerMessage Follow @dara.amarie.ep on Instagram! with messageTitle Arrows Dressing Game Template Credit
@ARIANNA is kiss_blow_happy_atcamera
} “No, let me try a different outfit.” {
&ARIANNA starts idle
&ui ARROW TAPLEFT opacity 1 in 0.3 and ui ARROW TAPLEFT opacity 1 in 0.3 and ui HEART_CHECK_TAP opacity 1 in 0
}

it says i need to name my gem outfit

1 Like

Put the name of the outfit where the GEMS is.

(Aria_School1)

thank you <3

1 Like

You’re welcome! <3

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