Problems with spawning actors
BoyGeniusStudios
Member Posts: 92
I am having trouble spawning actors. In my game, if a airplane hit your character it explodes and spawns another. Sometimes if I were to hit a wall the airplane when it would next hit me, would not spawn another airplane. Does anyone know what my problem is?
http://i.imgur.com/GHh0k.png
http://i.imgur.com/GHh0k.png
Comments
make an attribute maybe a true false, have the rule set to spawn the actor when that gets set to false.
then have when the plane crashes, that sets the attribute to false causing the actor to spawn,
and have it when the plane respawns set that attribute to true.