I cannot do this simple thing.

I want the CombatantEnemy to spawn when I press Enter on the CombatantSpawner.
However, it spawns only once.
Even if I press Enter many times, it only responds the first time.
I have tried various methods such as CombatantSpawner(single)Component and CombatantAreaSpawner, but I can't do it.
What should I do if I want to spawn the second and subsequent ones?
  • The Combatant Spawner most likely doesn't spawn again because it is already spawned. It only spawns once and can (automatically) respawn when it's set up to respawn after time.

    You should use a schematic (event in ORK 2) with a Spawn Combatant node instead to spawn combatants whenever you want.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.