hm. I've tried that and haven't gotten anything to work. I did get the initial date dialogue in summer and waited to spring to try to date her. Maybe that was the issue? Don't know for sure but still can't date her.
In addition to the helpful pictures what
VictorHayes posted:
These are the conditions for the shown asked_on_date event of Jean:
conditions = [
"QuestPool.Quests['Jean_friendship_Quest'].completed",
"Jean.location not in ['hold', Player.location, Player.destination]",
"not get_Present(location = Player.destination)[0]",
"time_index >= 3",
"Jean.is_in_normal_mood()"]
That means that the previous Friendship quest is completed.
Jean should currently not be in the player's location.
Time is evening/night.
Jean shouldn't be currenly mad.
Sometimes these events have a delay of at least 3 days, but can't remember anymore how quickly this date one appeared.
Also not sure how this all works, but the events of other girls could always delay other girls' events if there is a long chain waiting in the event scheduler list.