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
Describe the bug
Display dialogue does not block other scripts attached to A button
To Reproduce
In an empty scene, add a trigger that assigns an emote action and then mutliple dialogue texts. walk over trigger, advance dialogue. Script on A button attempts to perform even when dialogue box is open.
Expected behavior
Dialogue box should block all other scripts attached to A by default (though this could maybe do with being a toggle).
Screenshots
Platform (please complete the following information):
-Mac OS 11.01
-App version 2.0 (Beta 5) though also happens on 2.0.3 release
Additional context
This previously worked ok in past versions of the app, and was an option for creating interactions without using actors. I can imagine there being situations where a user may not want to block other scripts attached to A, so this perhaps could do with a toggle, but it's also likely that most people expect it to block scripts.
The text was updated successfully, but these errors were encountered:
I've had big troubles as well. If your script opened a dialogue box in the first place, it can trap you in a text loop until the game crashes. You can sometimes move away, but the text boxes will continue showing.
Describe the bug
Display dialogue does not block other scripts attached to A button
To Reproduce
In an empty scene, add a trigger that assigns an emote action and then mutliple dialogue texts. walk over trigger, advance dialogue. Script on A button attempts to perform even when dialogue box is open.
Expected behavior
Dialogue box should block all other scripts attached to A by default (though this could maybe do with being a toggle).
Screenshots
Platform (please complete the following information):
-Mac OS 11.01
-App version 2.0 (Beta 5) though also happens on 2.0.3 release
Additional context
This previously worked ok in past versions of the app, and was an option for creating interactions without using actors. I can imagine there being situations where a user may not want to block other scripts attached to A, so this perhaps could do with a toggle, but it's also likely that most people expect it to block scripts.
The text was updated successfully, but these errors were encountered: