Page 1 of 1

Tourney setting for callback x minutes BEFORE tourney starts

Posted: Sat Jun 13, 2020 2:57 pm
by Meezer
I know I can get a callback at the time a tourney starts, but I would love to be able to alert my players that a tournament is starting soon. Ideally there would be a tournament setting where I could enter a number of minutes before the start time, and then there would be a callback event that goes out at that time. Then I could use that to automatically send an alert to my players saying "Tourney 'Friday Night Donkfest' starts in 30 minutes. Reg it up!" Thanks.

Re: Tourney setting for callback x minutes BEFORE tourney st

Posted: Sat Jun 13, 2020 4:25 pm
by Kent Briggs
You could set a Timer callback event for every x number of seconds/minutes. That code would call TournamentsList in the API and then see if any tournaments were scheduled to start soon.

Re: Tourney setting for callback x minutes BEFORE tourney st

Posted: Sat Jun 13, 2020 4:40 pm
by Meezer
Brilliant. Thanks, Kent.