Hey Team!..Was curious on how to make the bot stop speaking through code if possible!
Any help would be very much appreciated!
Hey Team!..Was curious on how to make the bot stop speaking through code if possible!
Any help would be very much appreciated!
Hi Dylan, I’m not on the Convai team but have a Convai based app, I’m stopping my characters speaking with this :
convaiNPC.InterruptCharacterSpeech();
Great, Thanks so much!
No problem! (The method itself is in ConvaiNPC.cs).