Hi there,
I want an object to leave one family and join another when a value gets below a certain threshhold.
i.e.
IF enemy.valuex < 50
THEN Leave FamilyA and Join Family B.
Is this possible? Or am I going to have to use a system using Boolean values?
Cheers.