volfin Posted November 18, 2013 Posted November 18, 2013 I noticed you couldn't properly enable/disable Weapon stripping under the Foreplay section. I found the problem is in the script sslConfigMenu.psc: AddHeaderOption("$SSL_FemaleStripFrom") oidStripVictim[32] = AddToggleOption("$SSL_Weapons", ActorLib.bStripLeadInFemale[32]) oidStripVictim[32] should be oidStrpLeadInFemale[32] AddHeaderOption("$SSL_MaleStripFrom") oidStripAggressor[32] = AddToggleOption("$SSL_Weapons", ActorLib.bStripLeadInMale[32]) oidStripAggressor[32] should be oidStripLeadInMale[32]. Â FYI
volfin Posted December 23, 2013 Author Posted December 23, 2013 This bug is still present in Sexlab 1.31
Recommended Posts
Archived
This topic is now archived and is closed to further replies.