Jump to content

Recommended Posts

Posted

I have a script and need to constantly check for something.

But i have a Inputbox popping at some point and while the inputbox is waiting for the user input

the checks are waiting too. How can i fix that? As a workaround i start another script that does

the checking and have no inputboxes , but is there a better way?

Posted

Make your own inputbox using GUICreate functions. That way, you can run a loop after displaying the GUI and rely on GUI OnEvent mode to process the user input.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...