local OtherPlugin=cPluginManager.Get():GetPlugin("OtherPluginName");
OtherPlugin:Call("FunctionName", Whatever, Basic, Parameters);
Not sure about what parameters are exactly supported, I believe the basic ones (string, number, bool) only. Also not sure about return values, whether they are supported at all.
Ooh return values are going to be an issue. Thanks though. Hopefully they are possible or are easy to do.
You can use objects as well as parameters. Also the return values are working normaly. I tried it with my WorldEdit plugin.
I dont think you can use tables, and multiple return values might be problematic. But who knows, maybe FakeTruth wrote it really well

I'm guessing here without having actually read the code.
Thanks, this was very helpful
