Jackmode368 Jackmode368 loading
That lags out my scratch, sorry.

To be clear, let's say a player types in “A B C D E F G” in the answer box. If answer contains list item 3, or 5, or 4, or 8, or 10 etc., do action. Yet I'd need a bunch of these
<<> or <>>


Example:

if <<(answer)> contains <(item (3 v) of [list v] :: list) or <(item (5 v) of [list v] :: list) or <(item (4 v) of [list v] :: list) or <(item (8 v) of [list v] :: list) or (item (10 v) of [list v] :: list)>>>>> then

end

which obviously gets really inconvenient, especially when it's a large amount of things.
So I need something that can act as a
(item (3, 5, 4, 8, 10 v) of [list v] :: list)

Thank you!