NVSE icon indicating copy to clipboard operation
NVSE copied to clipboard

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

Open krypto5863 opened this issue 2 years ago • 0 comments

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.

krypto5863 avatar Nov 15 '21 06:11 krypto5863