For some reason Get Next Child is not getting the following child.
I got it working before, but now for some reason it stopped.
This is my setup:
1. I get the first child by using Get Next Child.
2. I enable the first CP (ChekcPoint), CP_00.
3. At this point I have CP_00 which when activated gets called with the CP_Triggered global event. The global event gets called, I see it each time, that is working fine, but the Get Next Child just does not proceed adding 1 to the index. I should get CP_01, but it just doesn't change anything.