#Confusing stupid select menu shit...

1 messages · Page 1 of 1 (latest)

trail thorn
#

AHHHHH :(

lavish parrot
#

Just change the values checks to use .values[0] for each one

trail thorn
#

wait

#

so

#

else if (i.values[0]) for all of them???

#

But why would I do that..?

lavish parrot
#

Like this


if (i.values[0] === 'thing') {

}
else if (i.values[0] === 'otherthing') {
}

etc

trail thorn
#

leme tst

#

tbh i may have misunderstoodlols

lavish parrot
#

No worries, interactions are fairly complex to get a hang of

trail thorn
#

yesh i misunderstood it 😭

#

it worki now

lavish parrot
#

Epic