How to save dress choices

i need to know how to save dress choices for my story and how to bring them back up

You need to use gains in your dressing game. Then bring them back using if/elif/else.

How

Can you post your dressing game?

3 Likes

Finally, Dara! :smiley: I can send people to your posts! All of them were moved?

1 Like

No not yet :frowning: I had to create a new thread for that one

You have to use if/elif/elif but remember you can’t use goto:
@CHARACTER is dustoff_loop
@pause for a beat
@CHARACTER changes into dress 1

CHARACTER (think)
(1 outfit)

@CHARACTER is dustoff_loop
@pause for a beat
@CHARACTER changes into dress 2

CHARACTER (think)
(Second outfit)

@CHARACTER is dustoff_loop
@pause for a beat
@CHARACTER changes into dress 3

CHARACTER (think)
(Third outfit)

CHARACTER (talk_think)
Which outfit you prefer?
choice (dress)
“Dress 1”{
@CHARACTER changes into dress 1

}
“Dress 2”{
@CHARACTER changes into dress 2

}
“Dress 3”{
@CHARACTER changes into dress 3

}

Continue story

If (dress is “Dress 1”){
@CHARACTER changes into dress 1
}
elif (dress is “Dress 2”){
@CHARACTER changes into dress 2
}
elif (dress is “Dress 3”{
@CHARACTER changes into dress 3
}

2 Likes

Closing due to inactivity :slight_smile: