Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello! Thank you for sharing this, it's a great plugin! :) I'm using VisuStella's CTB (charge turn battle) system for my game, but the summon plugin completely durps the interface. Is there any chance this could be fixed? The plugin works fine otherwise.

Hi AllusionAtelier,

Have you enabled "Exceed Party Limit?" in the Plugin Manager -> Summon? Unfortunately, this feature has a higher potential to cause trouble with other plugins due to how RPG Maker is programmed. As this plugin is entirely free, I'm afraid I will no longer maintain this feature.

What could work for you is to make a tiny plugin with any name, put it below MK_Summon, and insert this:

Window_BattleStatus.prototype.maxCols = function() {
  return 1;
}

Yep, that's what it was lol! Thank you so much for your help! This is a really necessary plugin! ^A^/