Hey everyone, I’m working on a project where I want the AI character to start talking right when the game begins—without the player pressing any button. I also want the character to keep talking after any interruption (or after a silence) without requiring the player to press T again.
Basically, I have two main issues:
- Automatic Conversation Start: As soon as the game/scene starts, the character should greet or start monologuing on its own. How do I make that happen in Convai?
- Resuming Talk Without Player Input: After the user interrupts or just doesn’t say anything for a few seconds, I want the AI to continue the conversation automatically. Right now, if no user input is detected, the character doesn’t speak. How can I configure or script Convai so it handles these “automatic continue” scenarios?
I’d really appreciate any tips, suggested workflows, or examples. Thanks in advance!