diff --git a/Preferences.lsl b/Preferences.lsl index 0641e24..cb574ba 100644 --- a/Preferences.lsl +++ b/Preferences.lsl @@ -599,6 +599,9 @@ default { if(change & (CHANGED_OWNER | CHANGED_INVENTORY)) { init(); } + if(change & CHANGED_SCALE) { + fitPlasticPants(); + } } timer() {