Jump to content

SmallerTalk version 1.2.6 - updated 2-3-13


Recommended Posts

Posted

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

Posted

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)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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