There’s no way to be sure that a reader reviews all the options. But there is a way to have the reader come back to the choices in order for them to chose another option. Here’s a quick template:
@RudeInception It’s the second customisation and you told me to write & instead of @. And I have an error with this .
KYLIE
What do I want to wear?
choice
“Cute pajamas” {
&KYLIE changes into Cute pajamas #insert script here
KYLIE
Is this the one?
choice
“It’s perfect!” {
&KYLIE changes into Cute pajamas #insert script here
} “No, I want to try on the others!” {
goto dressing_game_1
}
OUTFIT 2 STARTS HERE
} “Big girls underwear” {
&KYLIE changes into Big girls underwear #insert script here
KYLIE
Is this the one?
choice
“It’s perfect!” {
&KYLIE changes into Big girls underwear #insert script here
} “No, I want to try on the others!” {
goto dressing_game_1
}
OUTFIT 3 STARTS HERE
} “Red underwear” {
&KYLIE changes into Red underwear #insert script here
KYLIE
Is this the one?
choice
“It’s perfect!” {
&KYLIE changes into Red underwear #insert script here
} “No, I want to try on the others!” {
goto dressing_game_1
}
}
I tried to find a solution to my problem in the forum but I did not find anything and I just ask for help.
I am a beginner in history creation, and I was wondering if it’s possible to move one of my characters on a background create by me. (I’d like to see the character move to the down and seeing only his head exceeds at the bottom of the background).
i hope there isn’t a limit of stupid questions to ask lol
tho now thankfully im finally getting used to the script
i was curious, how do i get the reader to select which gender (one love interest in the story) they like in the beginning? how would i implement it in the script, like is there a tutorial for this or just minor script changes/copying and pasting and then editing labels?
I use labels.
So once the reader makes their choice they gain MALELOVEINTEREST (or whatever you want to name it) or FEMALELOVEINTEREST, and then each episode starts with an if/else command.
In the if command, I send them to the MALELOVEINTEREST label and the else takes them to the FEMALELOVEINTEREST label
I have a question about having a character move directly up the screen. I’m trying to have her come from the bottom of the screen and waking up another character. How would I do this? I want her to come out from underneath a blanket overlay. Help please!