GetCurrentHeroine() almost always fail to get the correct heroine when the heroine ask for sex and/or when the player start interaction with the heroine when she is masturbating.
The changes are:
Try first to see if an H scene is active and get heroine using HFlag extension this takes care when heroine ask for sex.
When checking with GetADVScene() first check if advScene.nowScene is a TalkScene this takes care of the masturbation case.
Any other case behaves the same returning the correct heroine when there was one currently in focus.
While debugging I always checked what every method result was.
PS: Noted that also fails if the girl start talk with player.
Hi,
GetCurrentHeroine() almost always fail to get the correct heroine when the heroine ask for sex and/or when the player start interaction with the heroine when she is masturbating.
The changes are:
Any other case behaves the same returning the correct heroine when there was one currently in focus.
While debugging I always checked what every method result was.
PS: Noted that also fails if the girl start talk with player.