Hello!
I created a command to display a random quote to MC(to display advertisements) and i added a few quotes:
!addcmd xxx -o58 -t2h "%[quote]"
!addquote quote1
....
!addquote quoteN
Will it be possible in the future to create multiple groups of quotes(e.g. to display in the MC advertising, aphorisms, jokes, etc) at different times?
For example:
!addcmd xxx -o58 -t2h "%[quotegroup1]"
!addcmd yyy -o58 -t600 "%[quotegroup2]"
.....
!addcmd nnn -o58 -t12h "%[quotegroupN]"
And accordingly:
!addquotegroup1 quote1
....
!addquotegroup1 quoteN
!addquotegroup2 quote1
....
!addquotegroup2 quoteN
Need so that quote the different groups be displayed in the MC at different times (in accordance with the theme groups) and so that they are not confused.