JessicaSix Posted March 6 Posted March 6 I was digging through the mod to figure out why all males start smalltalk with my male hetero character. It seems the mod doesn't care about the SexOutNG "Orientation" setting. The "SmallerTalkScript" could use some update. First I would move the existing reference validity check to the top, because you don't want to run functions on invalid references. if 0 == refTarget return endif Then I would add a check for homosexuality. ; player is hetero if 1 == Player.SameSex refTarget && 1 == Player.NX_GetEVFl "Sexout:Orientation" return endif
Machiavelique Posted March 8 Posted March 8 That sounds good to me. The author is no longer present, I think you can add it yourself and publish it. If you decide to release it, you could also add a homo check (IF not same sex and homo orientation THEN do nothing)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now