Currently, I can only create one If/else behavior per script. Many script scenario involves showing or hiding a control/section/region based on specific values, and I end up creating an individual script for each.
It would be ideal to create if/else/if behavior, where I can input all conditions and actions regarding a control value in one script.
For example, if Checkbox is True, show Region, else If False, hide Region.