I’d like to count the number of soldiers in a trench, but it either give one or it keeps adding up.
For each soldier i’m checking if they have the key to the trench, if they have they can move, if they haven’t they are stuck in the trench until i press go.
You need top event cause it will NEVER return 0
So in your case you would need action to set variable to 0
And then below it do what i did but to variable
Thank you a lot ! It works
1 Like