Hi I'm trying to make an if/than shoutout command that recognizes that the user hasn't played a game, and therefore isn't likely to stream...
I have no idea what I'm doing lol but after a few hours this is the closest I could come up with..
$(eval var r = true; if('twitch game $(touser)' == 'no game') r = 'They don't stream'; else 'check out $(touser) They were last playing $(twitch game $(touser))';)
It's not recognizing the "no game" like I thought it might...
Any help would be greatly appreciated!!