Anytime I do that it just skips the code! Even in the mobile previewer
I’m not really sure, but you can try this:
if (Gender is “Men”){
What happens here.
} else {
What happens for women.
}
I tried, but it’s just skipping past. Ik it works but in chapter 2+ it won’t remember the choice
Hmmm… that’s strange. Sad thing is that I use gains, not naming the choice, so I’m not really experienced in this part of the field. Let me try figure something out.
Thank you!
I believe naming choices is remembered only in the episode the choice is in. You should use gains
In the question put “gain men” in the men choice and “gain women” in the women choice
Then use a if/elif with the gains
If (men) {
}
elif (women) {
}
You don’t need the “ in the gain command
I’ll fixed the gains in chapter 1, I’ll try on the mobile previewer later.
Am I doing that right in chapter 2?
In the brackets just put the two gains!
That is because the character LOVE INTEREST is created male or female
If it is male, in the female branch I’d use MILA and then make LOVE INTEREST change into her again
Idk if you understand what I mean
I fixed it, thank you though!
Moved to Directing Helps and Tips. Make sure to check out our Forum Tutorial for more info about creating topics, and feel free to PM me if you’ve got questions.
If you want to do it that way, you need to name them exactly the same. Right now your choice is named ”gender” but when you recall it, you have if (Gender is ”Men”). They have to be exactly the same. It needs to be
If (gender is ”Men”)
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.