Forum Discussion
12 years ago
Checking active_sim works, removing the male check, and only the played sim's target gets pregnant if the pregnancy_parent_subject and pregnancy_subject enums are reversed. It leaves the issue that a female can't initiate TryforBaby with a male and get pregnant, but that can be worked around in game play by just reversing their roles in the interaction.
the affordance_to_push_on_target makes no sense to me.
"push_self_or_none=sims4.tuning.tunable.Tunable(description='If true will push this affordance on the target sim, else push None'"
That doesn't appear to indicate that both sims will be run thru the code.
And Picker vs TargetSim IS an issue. According to an mts thread, a picked sim causes the TargetSim check to be null, and somehow forces the 0 multiplier as a result.
I'm not gonna worry about that right now, since I've removed any check on the TargetSim.
the affordance_to_push_on_target makes no sense to me.
"push_self_or_none=sims4.tuning.tunable.Tunable(description='If true will push this affordance on the target sim, else push None'"
That doesn't appear to indicate that both sims will be run thru the code.
And Picker vs TargetSim IS an issue. According to an mts thread, a picked sim causes the TargetSim check to be null, and somehow forces the 0 multiplier as a result.
I'm not gonna worry about that right now, since I've removed any check on the TargetSim.