Welcome to the GSAK forum! Image may be NSFW.
Clik here to view.
To show a message like that use a combination of ShowStatus() and DELAY. For example, this would show a message for 1 second, then remove the message and continue with macro execution.
Clik here to view.

To show a message like that use a combination of ShowStatus() and DELAY. For example, this would show a message for 1 second, then remove the message and continue with macro execution.
GSK |
ShowStatus Msg="Hello World" DELAY MS=1000 ShowStatus Msg="" Display=Off |