The person doing this game has to finally realize how to use variables so instead of constantly seeing the name of the India (when appropriate) to see Landlord or the chosen from the "wan...player"

after digging into the code - he defined them in the beginning with
<<set $Llo to $llo.toUpperFirst()>><<set $Ll to $ll.toUpperFirst()>> viewed in VS Code/F12 or
<<set $Llo to $llo.toUpperFirst()>><<set $Ll to $ll.toUpperFirst()>> as viewed in the twine 2 editor
- but then started to use the names as variables eg. "India" ... for India, "Karlie" for Karlie

etc ... so that's why the names are so F*ed up ...
I might be wrong maybe something with my relationship file didn't save but I will test later to try and figure this out. Anyone with more free time or knowledge can suggest how to "fix" that

or if the AmusingOdity is monitoring this thread, it could fix that stuff ...
A fix->
Please make the following changes in the HTML document using a text editor:
1. Find "$youLL" and replace it with "$Ll". This will replace all instances of "youLL" with the word you've chosen such as Landlord, Mom, Sexy Lady, etc.
2. Then look for " LL " and replace it with "$ll" (became landlord). Also, replace " $Ll," with "$ll," and " LL." with "$ll." and " $LL!" with " $ll!". Ll! $ll I&" to "Ll! $Ll I&"
3. You can skip changing "$fTen" and "$mTen". He also at least uses "$unN" from time to time.
4. If you want to attempt replacing "$name" with "$mTen", please note that it will also replace more than needed. It's not suggested to use Replace All for this. Stick to the above replacements to cover almost all instances of "India's name" with your preferred choice such as mom, landlord, the best ass, etc.
5. What is her husband's relationship (to) with you and Karlee: and What is Karlee's relationship to her:
aunt has to be the same - so this is equal to - $aRomi instead of unN which ... huh just replace $aRomi with $unN - for aroma
nah you know for what
6. Lastly, I believe this code can(t) be fixed eventually.
For the lazy ones - (me included) there is an attached file that you could extract and rename/replace in the game folder with some of the above changes.