quote:
Originally posted by intika
what do u think if you create 2 diffrent plug one to add emails etc. (in the registry) this one will be alway active (enabled).
and an other to make the polygami this one will be disabled after the poligami work...
You don't need 2 scripts at all. In fact, it will make this whole script even more confusing, prone to errors, etc... It really will not fix anything at all.
The script can be active all the time, that's not the problem.
The problem is the event on which the script does what it does. This should be tweaked much better and in some cases the script should not open new instances. That doesn't mean the script should be disabled, that means the script should use some checks and/or track in a proper what is running.
eg: when a new messenger instance starts, all scripts under that instance will be started again too. Thus this means that this poligami script is actually run more than once, each time in another instance. This fact must be exploited to make this script work properly.