Jump to content

SexLab 1.57 - FindAvailableActor bug


Recommended Posts

Posted

FindAvailableActor can not longer find animals (Gender 2)

 

The CheckActor function will always return false for Gender 2 - the condition in the return statement is wrong.

Posted

the return condition should look like

return ((CheckGender == 2 && IsGender == 2) || (CheckGender == -1 || IsGender == CheckGender)) && SexLab.IsValidActor(CheckRef)
Posted

By the way, stripping of the actor in case of create sex seems to be defunct - at least sometimes - no errors or warnings in papyrus.log.

Archived

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

  • Recently Browsing   0 members

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