You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a dialogue topic with about 8 entries. Each topic executes a script that simply has a Call MyUDF 1 with the number incrementing per topic.
It works fine until you press more than a few of these topics. At that point is sort of gets stuck executing the first two commands.
For example if Call MyUDF 1 and Call MyUDF 2 are used. It'll then loop between these no matter what else I click. It's quickly resolved by exiting dialogue and re-entering but it continues the same behavior after two different presses.
Hope this is an accurate bug report. Thanks for the great work.
The text was updated successfully, but these errors were encountered:
I have a dialogue topic with about 8 entries. Each topic executes a script that simply has a
Call MyUDF 1
with the number incrementing per topic.It works fine until you press more than a few of these topics. At that point is sort of gets stuck executing the first two commands.
For example if
Call MyUDF 1
andCall MyUDF 2
are used. It'll then loop between these no matter what else I click. It's quickly resolved by exiting dialogue and re-entering but it continues the same behavior after two different presses.Hope this is an accurate bug report. Thanks for the great work.
The text was updated successfully, but these errors were encountered: