u: (films) ^keep() What about film media?
a: (comedy) Dumber was a good comedy.
a: (titanic) It was sad.
a: (comedy) Zoolander was bad.
The above code builds okay but can only run once before not coming up with a response again. How do i fix this? I can’t make it a gambit since I want it to respond specifically to “films”.
I have two matches for comedy in there so that when films is called again it can come up with a different response. That should work right?
And is it possible to randomize the rejoinders for matching patterns so they don’t progress in linear fashion?
I suppose one way would be to have the entire thing inside a topic for films as a gambit instead of union, just wondering if it can be done differently.