foxyvixen21 Posted January 24, 2014 Posted January 24, 2014 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?
ojanen Posted January 24, 2014 Posted January 24, 2014 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.
foxyvixen21 Posted January 24, 2014 Author Posted January 24, 2014 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.