From 5033336c598e1fa19809226f45ea0b6be2385b7e Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 4 Jul 2019 02:03:44 +1000 Subject: Make sure all scripts are actually running on reset. No idea why, but the AO script had a tendency to switch to the not running state. --- 1chatter.lsl | 1 + 1 file changed, 1 insertion(+) diff --git a/1chatter.lsl b/1chatter.lsl index 3ed1bac..0ac20a3 100644 --- a/1chatter.lsl +++ b/1chatter.lsl @@ -1221,6 +1221,7 @@ init() if (osGetInventoryDesc(s) == "1chatter client") { d("RESETTING " + s); + llSetScriptState(s, TRUE); // Coz sometimes OpenSim stops the AO script! llResetOtherScript(s); } } -- cgit v1.1