Choose Between Male or Female MC?

Hi! I was wondering if there was any way to let my readers chose between male and female?

1 Like

Yes, but that would imply a lot of more coding.

1 Like

oh yikes

1 Like

You still want to?

1 Like

I guess so, I was just wondering how I could do that. I want them to be able to decide if they want to play as male or female

1 Like

You need to create something like this:

choice {
ā€œBe maleā€
gain maleMC } (Any name is good, it just needs to be one single word.)
{
ā€œBe femaleā€
gain femaleMC }

Now, tell me, do you know how flags work?

1 Like

You can also do

Choice
ā€œBe maleā€ {
Male story line here
}
ā€œBe Femaleā€ {
Female story line here
}

1 Like

Heyyo, Iā€™d love to use this template if itā€™s yours?? If so how would you like me to credit you??

Thereā€™s no need for credit. This is basically just a guide on how to do that.

2 Likes

Okay, thank you so much :slight_smile:

Hey I tried to follow this instructions but it came giving me an x! either I get parrerror or bracerror or something I canā€™t seem to do anything about! Is there anything wrong of what I my doing!