Can I replicate an actor that spawns?
DrGlickert
Member Posts: 1,135
I'm toying with the idea of using replicate on an actor that spawns an actor.
I have one actor that is supposed to replicate 10 actors that line up and spawn a different colored block. But when I replicate, the 1st block (not the other 9) spawns a different colored block. Any ideas?
I have one actor that is supposed to replicate 10 actors that line up and spawn a different colored block. But when I replicate, the 1st block (not the other 9) spawns a different colored block. Any ideas?
Comments
Oh well, gotta rethink this one yet again.