How do I get a plugin ID from a plugin installed in a different window than the plugin requesting the ID?
OR how do I reference a function in a plugin installed in a different window?
I have a plugin on my main window (the one connected to the MUD) which generates hyperlinked lists and outputs them to another window. If I try to make the hyperlinks just a simple send command the command goes to the window with the list and not the main window. If I do a Main_Window:Send("command") as the hyperlink nothing happens. I think the variable containing the world (Main_Window) can't be seen from the list window.
I really want to keep this as one plugin on the main window but haven't found a way yet.
OR how do I reference a function in a plugin installed in a different window?
I have a plugin on my main window (the one connected to the MUD) which generates hyperlinked lists and outputs them to another window. If I try to make the hyperlinks just a simple send command the command goes to the window with the list and not the main window. If I do a Main_Window:Send("command") as the hyperlink nothing happens. I think the variable containing the world (Main_Window) can't be seen from the list window.
I really want to keep this as one plugin on the main window but haven't found a way yet.