Hi there,
Again, this issue is not present in Python 1.12.3. but it appears in Javascript 1.14.0.
I find that the order of triggers can cause mistakes, specifically when the wildcard is “*”.
Please see the example. I am trying to gather variables from the user, before giving them their answer. In Python, the order of the “validation” triggers do not matter. However, in this example, the user is caught in an endless loop (it asks for uservar2 forever) even if the user inputs a yes or no response. A work-around is to move the uservar1 check to the bottom.
https://play.rivescript.com/s/EagoRoiPk9
Thanks for taking a look!