"Stupid" questions that never get answered? Get The Help Here!

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:

label Choice

choice
“Option1” {

BRANCHING

} “Option2” {

BRANCHING

} “Option3” {

BRANCHING

}

NARR
Would you like to make another choice?

choice
“Yes” {

goto Choice

} “No” {

goto continue

}

label continue

Continue story here

1 Like

@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
}
}

1 Like

Remove all the OUTFITS START HERE

1 Like

@RudeInception Ok, tysm! I’ll try

Hello everybody,

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).

Thank you so much

Hablas español?

This is very possible. You have to use Spot Directing. Here’s a guide on it:

1 Like

YAY !!! Thank you so much you’re rally kind ⋅
I wish you have a nice day .

How do you make a character follow another/at one time, instead of both leaving one by one?

Doing spot directing and making them walk to another zone.

&pan to zone #
@CHAR1 walks to spot S X Y in zone # AND CHAR2 walks to spot S X Y in zone #

i hope there isn’t a limit of stupid questions to ask lol

tho now thankfully im finally getting used to the script :slight_smile:

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

2 Likes

Hey!

Is there any way I can get two characters to walk at the same time? I tried using the ampersand but one character will still enter after the other :confused:

Let me see your code

@CHARLOTTE enters from right to screen center
&CHRIS enters from left to screen center

Flip the signs:

&CHARLOTTE enters from right to screen center
@CHRIS enters from left to screen center

1 Like

Oh thank you so much! :smiley:

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!

I answered this on the pm you sent me.

How do you do this? I don’t know how to do this so I screen shotted from someones story

1 Like

Are you talking about the hair accessory? or Are you talking about the animations catalog on the web portal?