Want to make a category based response

So I play Bannerlord with BLT which is a Twitch Integration that allows viewers to control an NPC through summoning and attacking.
I want to know if there is a way to create a command where the response is based on the category. For example !summon is command for viewers to summon their character into the fight.

The command I want to create through Nightbot would realistically only trigger when the category is not set to Bannerlord, and the response would be (user)BLT has summoned into the battle, however there is no battle.

If there is a way to do this, I would love to know the way to create it.

Yeah that should definitely possible.

!addcom !summon $(eval `$(twitch $(channel) "{{game}}")`!=`Bannerlord`?`$(user), BLT has summoned into the battle, however there is no battle.`:` `)

Okay so if i was say playing Hunt: Showdown and my category was set to Hunt would the command trigger the response? Because I only want the response to trigger if the category is anything that isn’t Mount & BladeI II: Bannerlord

Yes just change the game name here !=`Game it shouldn’t activate on here`

Awesome, cheers, Thank you for this. I will hopefully be able to test it out tomorrow when I go live

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