I have a script component based upon a property change on a dropdown component.
I have a simple
print selected label
system.gui.messagebox("","")
for some reason the script runs twice whenever I select a different item on the dropdown list which would cause two message boxes to appear. Is there a way to prevent that script from running twice.