Jump to content

HoursSinceLastSex function


Recommended Posts

Posted

I can't get the HoursSinceLastSex function to work I have been trying:

SSLActorStats.HoursSinceLastSex(PlayerRef)

or 

float time = SSLActorStats.HoursSinceLastSex(PlayerRef)

Can anyone give me an example of how it works please?

Posted
This function returns in Hour(s) as float the elapsed time in the game of sex from the last. 

You can check the Actor Stats of Sexlab MCM menu as long as it is a player from the time of the last sex. 

For example, 

 

SexLabFramework Property SexLab Auto 

 

Float Time = SexLab.HoursSinceLastSex (PlayerRef) 

Debug.Notification (Time) 

 

The time is at 7:36:38 in this, it returns 7.6105555 (7 + (36 * 60 + 38) / 3600), it is displayed that way.

Posted

 

This function returns in Hour(s) as float the elapsed time in the game of sex from the last. 
You can check the Actor Stats of Sexlab MCM menu as long as it is a player from the time of the last sex. 
For example, 
 
SexLabFramework Property SexLab Auto 
 
Float Time = SexLab.HoursSinceLastSex (PlayerRef) 
Debug.Notification (Time) 
 
The time is at 7:36:38 in this, it returns 7.6105555 (7 + (36 * 60 + 38) / 3600), it is displayed that way.

 

 

 

Thank you :)

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...