|
Post by holdencf on Feb 10, 2024 7:18:08 GMT -5
Hey,
I'm trying to create a no jealous lot trait with Sims4Studio. Therefore I would like to assign all sims (NPCs and player) the aspiration trait player (26202). But somehow the trait does not get added, when I have assigned the lot trait. Maybe I'm overlooking something by looting a trait from a lot trait?
<?xml version="1.0"?> <I c="LootActions" s="3615190887" i="action" m="interactions.utils.loot" n="Holden_freelovelot_LotTrait:BuffAddLoot"> <L n="loot_actions"> <V t="trait_add"> <U n="trait_add"> <U n="trait"> <T n="trait">26202</T> </U> <E n="subject">Actor</E> </U> </V> </L> </I>
|
|
|
Post by holdencf on Feb 10, 2024 13:56:22 GMT -5
Ok, I solved it. I had to create a buff first which includes the trait. Did this with the modconstructor. Now when sims entering the lot, they automatically get the trait assigned. And after leaving the lot, it is removed. And the outcome with the trait is right, no jealousy.
|
|