Forum Discussion
konansock
9 years agoRising Veteran
@Triplis Mmm...Yeah your Python lines seems correct, how did you compile them? Maybe it's a process during the compilation that was wrong?
And, I'm not sure about it, but you could try if you add these lines?
import objects.game_object
or
import sims4.resources
I know the first line is used when we inject interactions to an object, but the game considers a Sim an object so maybe we should add that?
Not quit sure, though.
And, I'm not sure about it, but you could try if you add these lines?
import objects.game_object
or
import sims4.resources
I know the first line is used when we inject interactions to an object, but the game considers a Sim an object so maybe we should add that?
Not quit sure, though.