Spawning two types of items

Hi there,
It might be easy but as some of you may realised I am beginner with blueprints.
I have a spawn area thet spawn some items. I have to type of items- “dobre” and “zle”. I know how to do to spawn “dobre” OR “zle” but how to spawn them both all at once?
Here is a screenshot:


Thank you for all replies!

in your capture you connect “constrction script” to start node “set Spawn Points”.

if you want to spawn Zle and Spawn Dobre (in same place) then

  • connect “constrction script” to start node “set Spawn Points”.
  • connect end node “set Spawn Points” to start node “Spawn Zle”
  • connect end node “Spawn Zle” to start node “Spawn Dobre”

if you want to spawn Zle and Spawn Dobre (in diferent place) then first you must create another “set Spawn Points” in here i will rename “set Spawn Points2” to make it easier.

  • connect “constrction script” to start node “set Spawn Points”.
  • connect end node “set Spawn Points” to start node “Spawn Zle”
  • connect end node “Spawn Zle” to start node “set Spawn Points2”
  • connect end node “set Spawn Points2” to start node “Spawn Dobre”

sorry for my bad english.