09-20-2019, 02:21 PM
(09-20-2019, 12:34 PM)Dean Roddey Wrote: You can use a state and show it when the state is true of course. Though it's not a popup in the sense of a real popup, so it won't stop them from interacting with anything else so it might get in the way if it's not placed somewhere appropriate (that would stay appropriate if they continued forward to do other things.)
I tried doing that, where I changed the flag within the action that would allow the image to become "unhidden", but since I was doing that within the action, it never unhid the image as it was processing a pretty lengthy TTS announcement. I went to plan B and just put the HourGlass wait image as a popup template, and placed all of the actions needed within that, and then did an exit() at the end to get back to where it was.