Hello,
I realized that I have 5 different "change name" scripts for special needs. I need an interface that I can get some inputs from that and use it in a single script. For example suffix text, prefix text, and some checkboxes in a single panel.
how can I do that? As far as I learned there are some gui functions for only one input type like:
inputString=gui.InputDialog()
I need a panel that will contain different type of multiple inputs. Is it possible?