Okay, so the issue with Kylie seems to be event 4 .. not event 5 ..
Event(**{
"name": "kylie_event_04",
"duration": 1,
"game_conditions":{"done":'kylie_event_03', "activity":["talk","sweet_talk"]},
"girls_conditions":{"ACTIVE":{"min_love":100,"not":"kylie"},"kylie":{"min_love":50,"present":True}},
"label": ["kylie_event_04"],
"do_once": True,
"quit": True,
})
For some reason it is not firing regardless of who I talk to with Kylie present. I assume that sweet_talk is either the love subject or the sex subject. either way, i've tried all the subjects and Kylie will not react. I do not know how to list the events that have been triggered ('done') at this time.