Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calling a UDF from a set of dialog topics, passing a different integer to the UDF in each topic causes oddities #87

Open
krypto5863 opened this issue Nov 15, 2021 · 0 comments

Comments

@krypto5863
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant