public void KillScript()
 {
     this.local_users.Clear();
     this.leaves.ForEach(x => x.users.Clear());
     this.leaves.Clear();
     this.JS = null;
     ScriptManager.RemoveCallbacks(this.ScriptName);
     this.timer_idents.Clear();
     TimerList.RemoveScriptTimers(this.ScriptName);
 }