I’m pretty new to rivescript so I’m wondering if you can match a bots previous message if it contains html markup?
Some of my chatbot replies are quite long so I’m delivering them statement by statement by putting them in paragraph tags and applying an opacity transition to them to delay their reveal. When I try to use % to match the previous message it doesn’t work.
So I was wondering if there is a way round this to get the matching? Or is there a better way to delay the lines of my replies so they can be staggered?
I’m using javascript to create the chatbot.