johnwick11 Posted August 23, 2017 Posted August 23, 2017 I'm wondering if there's a parameter in SexLab Framework that registers the duration of sex act. For example if the player chooses to disable auto-advance feature to manually advance the scenes? Edit: If not I guess I could use something like GetCurrentGameTime() to calculate the time?
WaxenFigure Posted August 24, 2017 Posted August 24, 2017 I'm wondering if there's a parameter in SexLab Framework that registers the duration of sex act. For example if the player chooses to disable auto-advance feature to manually advance the scenes? Edit: If not I guess I could use something like GetCurrentGameTime() to calculate the time? Have you looked at the Statistics page for your player? Notice the time field for how long your character has had sex? All you need to do is get that statistic from the framework before and after the sex so you can get the time of the last act with a little math.
johnwick11 Posted August 24, 2017 Author Posted August 24, 2017 I'm wondering if there's a parameter in SexLab Framework that registers the duration of sex act. For example if the player chooses to disable auto-advance feature to manually advance the scenes? Edit: If not I guess I could use something like GetCurrentGameTime() to calculate the time? Have you looked at the Statistics page for your player? Notice the time field for how long your character has had sex? All you need to do is get that statistic from the framework before and after the sex so you can get the time of the last act with a little math. Nice! Thank you!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.