Spawn Actor Problem
EthanC
Member Posts: 6
This is my current situation, If I were to preview the scene that contains the spawn actor behavior everything works the way it's suppose to. But if I were to preview starting at the beginning scene and switch to the scene with the spawn actor, then this is when the problem occurs.
Specifically this is what is supposed to happen: 6 actors spawn based on an attribute that if less than 6 it continues to spawn actors until it equals 6 and then stops spawning actors.
This is my problem and isn't supposed to happen: Only 4 actors spawn instead of the desired 6.
Any help would be greatly appreciated.
Specifically this is what is supposed to happen: 6 actors spawn based on an attribute that if less than 6 it continues to spawn actors until it equals 6 and then stops spawning actors.
This is my problem and isn't supposed to happen: Only 4 actors spawn instead of the desired 6.
Any help would be greatly appreciated.
Comments
how did you get it to add up to 6?
then I have it check to see if the two attributes match and once it does, it stops spawning the actors.