Problems with spawning actors

BoyGeniusStudiosBoyGeniusStudios Member Posts: 92
edited August 2012 in Working with GS (Mac)
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

Comments

  • rhinokeyrhinokey Member Posts: 158
    hmm hard to know without seeing how its set up. maybe something like this.

    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.
Sign In or Register to comment.