Add a
Screen command for the popup, then a suitable "Enter" command and then
a "Leave" statement to terminate the InputScript:
Screen
...
Enter "/12"
Leave
If it is a general
message popup, it might be necessary to check the popup title or the message
text within the popup in order to choose the appropriate action.
|