Shoutbox

plugin interoperation - 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: plugin interoperation (/showthread.php?tid=64155)

plugin interoperation by rh on 07-28-2006 at 04:05 PM

is there any way that two scripts can communicate with each other? i have made two plugins and i want one of them to be able to influence the others behaviour. of course there are ugly ways like saving a value to the registry by one script and reading the value in the other. but some more elegant way would be better.

any ideas? thanks a lot!

rh


RE: plugin interoperation by staind on 07-29-2006 at 03:07 AM

why would you put both into one script?


RE: plugin interoperation by rh on 07-29-2006 at 07:39 AM

because some of the features are meant to be released to the public, while some are only for my friends and myself (they don't make sense to anyone else).

now i could support two versions of the same plugin but an addon to the first plugin in the form of a second plugin would be much more elegant.