Is there a way i can setup a script so that it randomizes what text it says?
i have a script on my bot that plays a text every 1800 seconds
But i want to know if it can, play a different text every 1800 seconds without me having too make another script.
this is my current script
on *:TEXT:!followon:#: {
if ($nick isop #) {
.timerLinks 0 1800 msg # If you are enjoying the stream make sure to follow
}
}
Can somebody please help me ? Thanks
