Hey @mrfigg!
Here’s the solution, put this in your timer’s message:
$(eval g=`$(twitch $(channel) "{{game}}")`; b=[`SPECIFIC_GAME1`,`SPECIFIC_GAME2`];b.includes(g)?`MESSAGE_IF_SPECIFIC_GAME`:` `)
Replace SPECIFIC_GAMES
, make sure their syntax is the same as Twitch’s, you can add as many games as you want as long as you don’t exceed 500 characters for the command, just respect the syntax of the code I wrote.
Replace MESSAGE_IF_SPECIFIC_GAME
too with your message.