Hi there people!
I made a port from the SRD Summon Core plugin to work with MZ, as a commission for someone. And the SRD let me share this one with you! NOTE: Maybe it will only work on turn-based combats.
If the plugin causes any crashes, please, check if the crash also happens on the sample project. If not, it is probably a compatibility issue. I'm not fixing the compatibility issue with another plugin for this one.
How to use
Instead of using:
X: master._mainX - 120
Y: master._mainY
You need to use:
X: master._homeX - 120
Y: master._homeY
The rest works exactly the same.
I made a sample project with the plugin working, in case anyone has any trouble: