I’m relying on redirects inside of replies for my conversational branching logic. This works well with Python 1.12.3. However, using Javascript 1.14.0 it seems to have died. Check out this example:
https://play.rivescript.com/s/2UXSud1kMw
This is from the “Or Something” on the tutorial page. Asking “what is my id or something” no longer prints the “or something” reply. Looking at debug, I see this line:
Try to match ” what is my id” against what is my id (what is my id)
Reply: ERR: No Reply Matched
Is this feature deprecated? I’ll have to do some major reprogramming if so…
Thanks!! (PS, the new playground is super cool)