Skip to main content

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

devmeister rated Order Turn Battle System plugin for RPG Maker MV

devmeister rated a tool 5 years ago
A downloadable tool.

Unfortunately, the (not exactly cheap) scripts are obfuscated - which is REALLY annoying, especially when hunting down a bug or make some adjustments for a better fit to an individual game. Furthermore, it isn't a real protection against "thieves". So, I noticed, that this script unfortunately has a bug regarding the turn order after a hidden enemy reappears. As far as I can track it down in this !annoying! scrambled mess, the function BattleManager.otbInsertActionOrderAtEnd requires three arguments. However, when called by BattleManager.otbAddBattler only two arguments are used, which makes this call useless because the while loop in the other function isn't executed.