I need to do the following:
Every tik subtract .5 from hungry
If hungry <= 0 then set boolean stomachgrowl to true
If stomachgrowl = true play sound growl
Play animation tummy growl
My problem is I can't seem to find a system option for if the boolean hungry is true or false to add the follow up commands.
I know I'm missing something but can't put my finger on it.
Thanks