As offtop. (It's a reason of my first post in this topic)
I'm working on one mine mod.
And I've made it so that under certain specific conditions, this will happen:
if ["",0,nil].include?($story_stats["sex_record_virginity_taken"]) $story_stats["sex_record_virginity_taken"] = $game_text["menu:main_stats/name",true] end
And if the conditions are met again with little changes:
if ["",0,nil].include?($story_stats["sex_record_first_kiss"]) $story_stats["sex_record_first_kiss"] = $game_text["menu:main_stats/name",true] end
And if the conditions are met again with another little changes:
if ["",0,nil].include?($story_stats["sex_record_butt_virginity_taken"]) $story_stats["sex_record_butt_virginity_taken"] = $game_text["menu:main_stats/name",true] end
(And now I'm thinking of adding not only the name, but also Lona's title as well. Or race.)