Hi Amir,
Please create a separate active object with queue and enter object connected to it. Then drop this object on Main and
set the required number of instances. Then in runtime you will be able to call
"myObject.get(some_number).enter.take()" to send entity to the required queue block.

