#adadqr

1 messages · Page 1 of 1 (latest)

whole prawn
#

Aight let's start again in here

#

What's the issue, what do you want to happen, what's happening, etc

lapis path
#

One collector needs to start after one

#

But all collector start together

#

I tried one collector in end collector

lapis path
#

Ig collector cannot be used inside one collector

whole prawn
#

aight

#

You've haven't shown your full code

#

So I presume you made multiple collectors... individually.

#

You have to put each "next" collector, inside the "collect" event of the previous collecotr

#

col1
col1.on {
col2
col2.on {
// and so on ...
}
}

lapis path
#

thanks bruh

#

i tried that before