I have an event (as part of a scene behaviour)that says
when actor of type (my chosen actor) enters the scene
set "goodies count" to goodies count +1
I also have an event that says
when actor of type (my chosen actor) leaves the scene
set "goodies count" to goodies count -1
If I put 5 actors in my scene and start the scene, goodies count shows as 5.. nice.
But, as the actors leave the scene, sometimes it does the "-1" from goodies count, and sometimes it doesn't.
And it feels fairly random.
Sometimes it only does the -1 one time.. other times it does it 4 times...and sometimes 3... but never all 5
Any ideas? the logic seemed pretty good to me.