I seem to have a misunderstanding on how variable work. Assume these are global.
If I have this example in variables:
Only the first variable will be used, correct?
What about this example? Is this treated like an array of possible results?
If I try this bit of script...
on *:TEXT:%var:#channel:{ do something }
How would I look at multiple rows of variables or an array? Thanks for your help.