armandoalonso / queue

A Construct 3 Queue plugin. fifo data structure.
1 stars 0 forks source link

Multiples QUEUES #2

Closed Gedehamsen021 closed 11 months ago

Gedehamsen021 commented 11 months ago

like queue "events", "spells" etc

armandoalonso commented 11 months ago

ahh it works the same like arrays/dictionary data structures in c3. you can add multiple "Queue" objects for each of your queues

Gedehamsen021 commented 11 months ago

but how, i can't add other Queue object in game to make this

Gedehamsen021 commented 11 months ago

i can make a way to make like dog|cat|etc and split the separator

armandoalonso commented 11 months ago

ahh okay I found the issue, will be pushing an update shortly. then you should be able to add multiple queue

armandoalonso commented 11 months ago

https://github.com/armandoalonso/queue/releases/tag/piranha305_queue-1.0.0.1.c3addon

multiple queue are now supported, this was an oversight on my part, thanks for the bug report