There are Gateway Events

Will the Events in Gateway Events be rerun when the script is updated and saved for a running project?


I believe so but you can avoid that by filtering the initialChange, just add this before the rest of the script, fixing the identation of course:

if not initialChange:
3 Likes