11 years ago
periodic_stat_change Advertisement Question
I'm working on an interaction and trying to get the tuning right so the interaction happens autonomously but not overly often and this brought up a question. I am trying to add to fun with a periodic_stat_change, but I want it to be a bit more fun for childish sims, children and teens. I believe the separate statistic_change operations are additive, as I want them to be, e.g.
base fun = 'a'
childish trait += 'b'
child sim += 'c'
teen sim += 'd'
So for instance, a childish teen sim would get 'a'+'b'+'d' fun.
So that seems to work (though it's tough to tell for certain), but I'm wondering how the result gets advertised for autonomy. Does it advertise the resultant sum of the stat gains, or just the base fun, or the last one it matches?
base fun = 'a'
childish trait += 'b'
child sim += 'c'
teen sim += 'd'
So for instance, a childish teen sim would get 'a'+'b'+'d' fun.
So that seems to work (though it's tough to tell for certain), but I'm wondering how the result gets advertised for autonomy. Does it advertise the resultant sum of the stat gains, or just the base fun, or the last one it matches?