Custom Prompt Box
Is it possible to create a custom prompt that contains multiple text fields and checkboxes, each of which correspond to setting values of certain variables in a script that should then be continued once an "Okay" button is pressed? Here's an example drawing of what I'm looking for.
After activating the script, the following prompt should pop up:
After making selections and entering values and pressing okay, the values of variables in my script should change based upon what was entered into the prompt. Then the rest of the script should then be executed.
How could I create such a prompt?
