I want to give LGBT options to my story, but a query

The options,
Alex= boy
Alexa=girl
Alex and Alexa=boys and girls
But how can I do this? Please help

What do you mean?

I’d suggest creating two characters, both called Alex - script name.
Girl = AlexG
Boy= AlexB
You only need to use one character throughout your script. By default I will use the girl.

NARR
Who are you interested in?
choice
“Boys” {
@ALEXG becomes ALEXB
}
“Girls” {
continue
}

2 Likes

I add choices, but I want to make episode remember it in the next episodes.

Or you can use gains.
But I think you’d have to check at the beginning of every episode.

1 Like

And how to check?

if (ALEXB) {
[SCENES WITH ALEX AS A BOY
}
else {
[SCENES WITH ALEX AS A GIRL
}

1 Like

Thnx

And how can I change “him” to “her” in the speech and vice versa?

You’re gonna have to do the whole script twice! One with “him” and one with “her” and then use gains to choose which version of the script people see

1 Like

Thnx

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.