I am currently working on a project for school where you can talk to the computer and it can help you with history. I made one mode where it recognizes questions and that works fine but I'm working with keywords now in another mode and I'm having tons of trouble. I've tried everything I could think of.
For example, if you say hi to it, I want it to pick an answer from a list of answers which I already have created. How can I do that?
Thank you all so much and please get back to me quickly so I can continue working on it
Offline
JJROCKER wrote:
I actually just figured it out on my own That way didn't work for some reason. My way worked though.
Basically, you want to add all the words from the
(answer)into a list as seperate items.
Offline
MrMonk999 wrote:
If<(answer)=(hi)> Say <item<pick random<1> to <10>> of hi>
That picks a random answer from the hi list.
Offline