Bug with SimStatus and Variables
Posted: Sat Dec 10, 2022 12:33 pm
Ran into a weird bug. I'm using DS 2.2.33
I have a hub. When the response options have no conditions or just use Variable["L6.LAS"] <= 3, then Variable["L6.LAS"] = Variable["L6.LAS"] + 1 works as expected, it increases the number.
But now I'm trying to use the condition Dialog[43].SimStatus == "Untouched" and Variable["L6.LAS"] <= 3, the conditional works as expected, but for some reason now none of my variable increases work in the conversation.
I have a hub. When the response options have no conditions or just use Variable["L6.LAS"] <= 3, then Variable["L6.LAS"] = Variable["L6.LAS"] + 1 works as expected, it increases the number.
But now I'm trying to use the condition Dialog[43].SimStatus == "Untouched" and Variable["L6.LAS"] <= 3, the conditional works as expected, but for some reason now none of my variable increases work in the conversation.