Can someone help me! Please! Thank you!

How do I make some of the clothes option appear on the next page. As in press the ‘next button’

2 Likes

choice [shouldPaginate: YES]
“Option 1” {

} “Option 2” {

}
ecc,

huh

Can I cope my template?

label dressing_game_1
@speechbubble is 171 192 to 91% with tail_top_left

    ALORA (think_rubchin)
( What do I want to wear to wear today? )

choice (OUTFIT_1)
“Beret Beauty!” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_EMILY IN PARIS
@ALORA is primp_neutral

} “Purple is the way to go” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_PURPLE

} “Tell me I aint pretty” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_JEANS_WHITE

} “A hint of sunshine” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_YELLOW_CUTE

} “Feeling a bit casual” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_BROWN AND WHITE

} “Pink ruched dress” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_PINK RUCHED

} “Turtle neck” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_WHITE_GREY_BLACK

} “Green” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_GREEN AND WHITE

} “Jeans” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_BLUE_JEANS

} “This will do I guess” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_PINK AND SIMPLE

}

    ALORA (think_rubchin)
Do I want to wear this one?

choice
“It’s perfect!” {
@ALORA is primp_neutral

} “No, I want to try on the others!” {

goto dressing_game_1

}

could you maybe add it in this and forwardit back

choice [shouldPaginate: YES] (OUTFIT_1)
“Beret Beauty!” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_EMILY IN PARIS
@ALORA is primp_neutral

} “Purple is the way to go” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_PURPLE

} “Tell me I aint pretty” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_JEANS_WHITE

} “A hint of sunshine” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_YELLOW_CUTE

} “Feeling a bit casual” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_BROWN AND WHITE

} “Pink ruched dress” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_PINK RUCHED

} “Turtle neck” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_WHITE_GREY_BLACK

} “Green” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_GREEN AND WHITE

} “Jeans” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_BLUE_JEANS

} “This will do I guess” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_PINK AND SIMPLE

}

To explain, you have to add the bolded part next to the word choice. This little code adds those “next/previous/first/last” buttons under the choices for every 6 options.

2 Likes

thank you but it is still not workin.
Sorry for being stypid

label dressing_game_1
@speechbubble is 171 192 to 91% with tail_top_left

    ALORA (think_rubchin)
( What do I want to wear to wear today? )

choice [shouldPaginate: YES]

(OUTFIT_1)
“Beret Beauty!” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_EMILY IN PARIS
@ALORA is primp_neutral

} “Purple is the way to go” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_PURPLE

} “Tell me I aint pretty” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_JEANS_WHITE

} “A hint of sunshine” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_YELLOW_CUTE

} “Feeling a bit casual” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_BROWN AND WHITE

} “Pink ruched dress” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_PINK RUCHED

} “Turtle neck” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_WHITE_GREY_BLACK

} “Green” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_GREEN AND WHITE

} “Jeans” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_BLUE_JEANS

} “This will do I guess” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_PINK AND SIMPLE

}

    ALORA (think_rubchin)
Do I want to wear this one?

choice
“It’s perfect!” {
@ALORA is primp_neutral

} “No, I want to try on the others!” {

goto dressing_game_1

}

it’s not working cause you modified this part

it should look like this

1 Like

i added it just as you said and still

@ALORA stands screen center

label dressing_game_1
@speechbubble is 171 192 to 91% with tail_top_left

    ALORA (think_rubchin)
( What do I want to wear to wear today? )

choice [shouldPaginate: YES] (OUTFIT_1)
“Beret Beauty!” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_EMILY IN PARIS
@ALORA is primp_neutral

} “Purple is the way to go” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_PURPLE

} “Tell me I aint pretty” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_JEANS_WHITE

} “A hint of sunshine” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_YELLOW_CUTE

} “Feeling a bit casual” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_BROWN AND WHITE

} “Pink ruched dress” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_PINK RUCHED

} “Turtle neck” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_WHITE_GREY_BLACK

} “Green” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_GREEN AND WHITE

} “Jeans” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_BLUE_JEANS

} “This will do I guess” {
@ALORA is dustoff_neutral_loop
@ALORA changes into ALORA_PINK AND SIMPLE

}

    ALORA (think_rubchin)
Do I want to wear this one?

choice
“It’s perfect!” {
@ALORA is primp_neutral

} “No, I want to try on the others!” {

goto dressing_game_1

}

Switch them around. Should be like this:

choice (OUTFIT_1) [shouldPaginate: YES]

thank you so much but it doesnt give the option to like go back

There is currently a bug/glitch with the buttons not showing. But you can still tap on the area where the buttons are suppose to be and it will work. The buttons work, you just can’t see them. Try testing them in the app. Some people say the buttons show up in the app.

okay, I will thank you

Hi just started writing and wanted to know how to do a scene where you can see posts of someone else when she goes on her phone

Hi, what do you mean by ‘post?’ Do you mean as in news, a photo, a new headline etc?

Like a photo

ok! What I would do is have photo as a background and add a phone overlay orrrrr if its an episode character let them do a pose animation and add the phone overlay …hope that makes sense

Ok thank you!

Welcome!