Nightboot Timer with multiple messages

Hello,
Is it possible to set up nightboot timer function so every x minutes it sends one message out of many (like a list of quotes or phrases) by random?

Set up a command !quotes like so:

!addcom -cd=5 !quotes $(eval a=[`hello there`,`do, or do not, there is no try`,`let me look on you with my own eyes`];a[Math.floor(Math.random()*a.length)])

Create a timer as an alias of this command. When creating the timer, put the command name !quotes in the Alias field.

Thank you very much.
Stuff like that are beyond me so I appreciate Your help :slight_smile:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.