Jump to content

StripActor bug


Recommended Posts

Posted

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.

Archived

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

  • Recently Browsing   0 members

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