I want each instance to have its own duration for "idle" animation and then it will have 2 choices to choose from "idle" or "eat".
1. if it chooses to do "idle" it will do the same loop,
2. if it chooses to do "eat" it will run the eat sequences action,
and when it's done it will choose again.
This is working as I expected if it only has 1 instance
But if there are multiple instances,
it will instantly become a disaster.
This is what I expected each one to do
This is what multiple instances do
This is an Eventsheet
This is a project file
https://www.dropbox.com/s/0p7dhpzyleisrbf/Each%20Square%202.c3p?dl=0
Thank you