🖱️ Client Scripts · Level 1 · Worth bonus XP + streak
01function onChange(control, oldValue, newValue, isLoading, isTemplate) {02 ▢ ▢ ▢ ▢03 alert('Priority changed to ' + newValue);04}
if (isLoading || newValue === '') return;
if (oldValue == newValue) return;
(nothing — let it run)