I’m trying to make night bot work with streamelements chat bot to go through the dialogue of the duel on Mustafar from Revenge of the Sith. I’ve been looking up how to do this and found a thread that said that this string: FIRST_WORD_OF_THE_SENTENCE $(eval$(query)
.includes(REST_OF_THE_SENTENCE
)?RESPONSE
:
; )
It may be the correct string but I can’t seem to figure out how to get it to work. The next line that I need in the dialogue is “Don’t make me kill you”
This may be a simple thing but I’m new to this and it’s confusing to me. Thanks!!