How do I make a Second Page in a choice

Does anyone know I am trying to make a dressing game but I have to many out fits how to I make another Page?

1 Like

label dressup1

NARRATOR
What would you like to wear?

choice
“One” {
@CHARACTER changes into One
goto dressup1

} “Two” {
@CHARACTER changes into Two
goto dressup1

} “Three” {
@CHARACTER changes into Three
​​​​​​​goto dressup1

} “Four” {
@CHARACTER changes into Four
​​​​​​​goto dressup1

} “Next Page” {
goto dressup2

} “Wear this outfit!” {
goto afterdressup
}

label dressup2

NARRATOR
What would you like to wear?

choice
“Five” {
@CHARACTER changes into Five
goto dressup2

} “Six” {
@CHARACTER changes into Six
goto dressup2
​​​​​​​
} “Seven” {
@CHARACTER changes into Seven
​​​​​​​goto dressup2

} “Eight” {
@CHARACTER changes into Eight
​​​​​​​goto dressup2

} “Previous Page” {
goto dressup1

} “Wear this outfit!” {
goto afterdressup
​​​​​​​}

label afterdressup

NARRATOR
Are you sure you want to wear this?

choice
“Yes” {
continue
} “No” {
goto dressup1
}

Closing due to one month of inactivity :slight_smile: