Community

hi how would entities be directed to a replicated queue, and how is it presented by shapes? (eg : waiting list of enities for each day of the next month ie 30 queues (list)) thank you all
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.