This is an cool answare for J.M. and the other modders arourd here..
i need to check if the sim that is using my object, have a specific aspiration.
for example, i need to made everyone on the lot enemy with my sim if his aspirations is about friends
if my sim have a "rich/success" aspiration, with a special function i will subtract / add money to his accout..
tecnically i've made a some test with bcons (without knowing for sure what i'm making lol)
btw:
0: [prim 0x0002] Expression (my person data 0x002E (Aspirations) Equals? Constant Value 0x013E:0x04 (Value: 0x0004))
true: 1 false:2
1: [prim 0x1011] Function: Do Some1
2: [prim 0x1012] Function: Do Some2
at the start i suppose that 0x013E pecify to the game that i wanna put my hand on the aspiration
and 0x04 is the aspiration... (maybe friends ?)
but i'm walking with sun glasses on a dark room...
any help ?