Multiple acounts Vs multiples scripts - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: Multiple acounts Vs multiples scripts (/showthread.php?tid=66550) Multiple acounts Vs multiples scripts by AlfmaniaK on 09-23-2006 at 12:42 AM
Hi there, RE: Multiple acounts Vs multiples scripts by CookieRevised on 09-23-2006 at 01:36 AM
No, scripts are loaded globally. RE: Multiple acounts Vs multiples scripts by AlfmaniaK on 09-23-2006 at 01:52 AM
Thanks for the quick reply. RE: Multiple acounts Vs multiples scripts by CookieRevised on 09-23-2006 at 01:56 AM
quote:Nope, for the same reason: you could alter registry settings, but you can't force Plus! to reload those newly set settings. eg: scripts are not reloaded, or the enabled/disabled scriptlist is not reread, when a user signs in or signs out; scripts simply keep on running without interuption (the only thing which will happen is OnEvent_SignIn and OnEvent_SignInReady and such events are called). Only when Messenger restarts all registry settings are read in again (and when you change stuff via the Plus! preferences window of course). quote:I'm sure no author would have a problem with that. On the condition you do not spread those altered sources and you take in account that you are responsible for any errors this might cause in the scripts. RE: Multiple acounts Vs multiples scripts by AlfmaniaK on 09-23-2006 at 02:17 AM Thanks! |