Min Posted November 9, 2013 Posted November 9, 2013 Bug with SexLabFramework.psc. Calls to StripActor ignore the animate parameter. This is due to a typo (Using the property variable Animation instead of the local parameter Animate). form[] function StripActor(actor a, actor victim = none, bool animate = true, bool leadIn = false) return ActorLib.StripActor(a, victim, animation, leadIn) endFunction Will use SexLab.ActorLib.StripActor as a work-around for the time-being.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.