Hi @ChrisIceBox ,
This happened to me a couple of time with different actions.
The txtVerbLine gets stuck after performing an actionlist and keeps displaying the last action it played.
Overing with the cursor on hotspots doesn't change the text anymore.
In the example it got stuck on Close Register.
https://drive.google.com/file/d/1JD_xr0zwb3AbDiO3Bcl9xlcl5qZAEFGF/view?usp=sharing
The actionlist in this case has a Check var and if the register is not closed it performs an Object Animate action to open it.
I tried to delete the action List and create it again and still it got stuck after the Close action.
Any idea of what could be causing the issue or a quick way to reset in case it happens?
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Is it consistent, in that it always occurs for the "close register" Interaction? Share screenshots of the Interaction's ActionList.
Does it work if you artificially extend the Interaction's duration with an Engine: Wait Action?
Hi Chris. thanks for the quick reply.
Adding a wait of 0.5 did the trick. I tried earlier just adding wait with 0 and that was not working.
Here for your reference the action list I'm using:
https://drive.google.com/file/d/1HhCua20WfiMoWnEg-BnIPx3FHzB-MiBc/view?usp=sharing
If a Nine-verbs Interaction only lasts a single frame, either use a Wait of -1, or set it to Run In Background.
Thanks!