#1

5th May 2022 at 11:10 AM
Last edited by kimchin490 : 5th May 2022 at
3:29 PM.
Alien Mind Control Interaction for all sims
Hi, I'm just trying to alter the alien interaction "Mind Control". The way it currently works is the interaction will ONLY appear if you click on a sim who is NOT a part of your active household and they need to be on your active home lot so basically, it only works on guests. I want to change it so that I can be used on anyone on any lot but I can't find the line of code that makes it only available for guests. Also in the GameplayData.package file the interaction is called "MindControl_Sim" and this is what it says under base availability
<Lot AllowNonGreetedSimsIfObjectOutside="False" AllowNonGreetedSimsIfObjectOutsideUserDirected="False" AllowGreetedSims="False" AllowOnCommunityLots="False" AllowOnAllLots="True" />
I set all of them to "True" but nothing changed. Is this hard coded to only be used on guests or am I just missing something?