I have an orientation that has straight, gay, bisexual, and asexual, and I don’t know if it’s latter coding messing it up, or something I did initially, but in essence, my female gay option and my female straight option are being messed up. I don’t know if I’m overlooking something, or what, but I wanted to post the coding for others to look at.
It’s exactly what it sounds like, to clarify: when I click something that triggers the ‘homosexual flag’, in my stats screen I’m shown as straight, and vice versa for heterosexual. The flags for gender and everything else work perfectly, but it’s just this that’s being weird. Anyway, here’s the coding for specifically the parts I’m having issues with, followed by the full sexuality coding. The "#I was happy"s, also, have the same indentation as “#I could not return his affections”, I just don’t know how to fix that on this page.
<pre #I was happy. I was fond of him, too. \*if gender="male" \*set orientation "gay" \*goto end \*if gender="female" \*set orientation "straight" \*goto end #I could not return his affections. Why? \*choice #I'm into women. \*if gender="male" \*set orientation "straight" \*goto end \*if gender="female" \*set orientation "gay" \*goto end ___ #I was happy. I was fond of him, too. \*if gender="male" \*set orientation "gay" \*goto end \*if gender="female" \*set orientation "straight" \*goto end #I could not return his affections. Why? \*choice #I'm into women. \*if gender="male" \*set orientation "straight" \*goto end \*if gender="female" \*set orientation "gay" \*goto end #I like men, but I didn't want him. \*if gender="female" \*set orientation "straight" \*goto end \*if gender="male" \*set orientation "gay" \*goto end #I'm bisexual, but I didn't want him. \*if gender="female" \*set orientation "bisexual" \*goto end \*if gender="male" \*set orientation "bisexual" \*goto end #I'm asexual. \*if gender="female" \*set orientation "asexual" \*goto end \*if gender="male" \*set orientation "asexual" \*goto end