Hello.
In my story I have let the reader choose a outfit for the day.
Later that day she tries out some new outfits. And when she is done I want her to wear her “daily” outfit again. But how do I know which one the reader picked?
You would have to use some kind of system in order to get the command to work.
Flags can be collected by the reader and could be called something like OUTFIT_1. You can later check whether they have been worn with
if (OUTFIT_1) {
@CHARACTER changes into CHARACTER_OUTFIT_1
}
Dara Amarie has excellent script templates, so I’d recommend using the one I’ve linked to do what you want:
Thank you