all names are lowercase some stats use the .rsm[0] some are just name.lust = xx you will have to try both ways but all girls work.
If all you want to do is cheat, which will rob you of most if the fun, here is how the relationship system works:
- all characters are lowercase names without any special characters
- all the stats that are in relation to a specific character are included in the rsm matrix (love, affection, anger, favor) the player has id=0, so a girl's relation towards the player is rsm[0]. Each girl has an id. You get it with e.g. brenda.id. So to know amy's affection for brenda, you use: amy.rsm[brenda.id].affection
Everything besides player.id which is 0 is not used at the moment.
- lust is a universal stat that is not related to another character. That is why it is not part of the rsm system, but is linked directly to the character. So brenda.lust is brenda's lust value. player.lust is the player's lust value.
- The player does not need the rsm matrix, because you decide for yourself who you like and love
I hope that clarifies it and ends the discussion about it being inconsistent, because it is not.