So my goal is to spawn multiple actor and then move the charcter from its original position to the first actor created, then to the second one, then to the the third one and so on.
You can see I tried to do this with a “do once” node, but where ever I place this node it is not working.
If you could give me hint about the way to do this, it would be great.
Right now it goes to the first actor created, but once the character reach the first actor he doesn’t go to the second one. I believe because the destination variable has not been set again since I am spawning those actor too fast.
But if I move the DoOnce after setting the variable NewVar_2, then the character will directly go to the last actor spawned and ignore the other one.
Thank for the answer
I tried with the timeline and give the same result. Meaning it goes to the first actor spawned but ignore the following one. I guess because if the movement is not over, Ican not set the destination variable.
I tried with array. But how can I repeat the code and modified the destination?