May I get some help? 🤗

Hi everyone!!! Okay, so I need a little bit of coding help!! I know, I’m Miss Obvious! :woman_facepalming: Okay! I know how to let readers choose their gender, and how to choose the gender of their LI, but how do you do both? I’m sorry if the answer is literally in front of me, but I have no clue!! Thanks!! :smiley:

1 Like

pretty sure you have to use gains and flags
like
“Boy”{
gain boy_avatar
}”Girl”{
gain girl_avatar
}
same goes with Lis so when coding it you have to write us like
if (boy_avatar){
@BOYAVATAR walks to spot 1.280 35 123
}else{
@GIRLAVATAR walks to spot 1.280 35 123
}

1 Like

There’ll just be a lot of branching and coding for those

1 Like

Thanks! :smiley:

1 Like