Shoutbox

Plugin making use of a plugin - 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)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: Plugin making use of a plugin (/showthread.php?tid=33870)

Plugin making use of a plugin by Omnituens on 10-31-2004 at 01:40 AM

hi everyone

i know the thread title is really weird, and i'll explain myself now.

I want a plug-in to make use of another plug-in

so if a plug (such as Audiator) sends a message, it will use the x fade plug to allow me to colour the message.

anyone know how to pull this off?

tanks in advance
Omnituens


RE: Plugin making use of a plugin by Choli on 10-31-2004 at 01:37 PM

Plugin A can use plugin B if plugin A sends a message with a command or a tag that plugin B recognices. If you're a coder, it will be very easy.

quote:
Originally posted by Omnituens
so if a plug (such as Audiator) sends a message, it will use the x fade plug to allow me to colour the message
in that case, the author of Audiator should modify the plugin to call the xfade plug. It's something you can't do.
RE: Plugin making use of a plugin by Omnituens on 10-31-2004 at 11:47 PM

ok thanks, i was going mad, trying to make Plus call a shortcut in a short cut, but it didnt work.