RPG Maker Forums

I threw together this plugin to move the Guard command after the Attack command and before the Skill commands:


//=============================================================================
// Move Guard Under Attack
// GuardUnderAttack.js
// Last Updated: 2016.10.25
//=============================================================================

/*:
* @plugindesc Moves the Guard command under the Attack command and before Skill commands.
* @author Bryan Caiola
* @help Plug and play!
*/

Window_ActorCommand.prototype.makeCommandList = function() {
if (this._actor) {
this.addAttackCommand();
this.addGuardCommand();
this.addSkillCommands();
this.addItemCommand();
}
};




How do I make it so that the change only happens when the notetag <move guard> is places in the notes area?

Latest Threads

Latest Posts

Latest Profile Posts

He mad, but he cute :kaopride:

Our latest feature is an interview with... me?!

People4_2 (Capelet off and on) added!

Just beat the last of us 2 last night and starting jedi: fallen order right now, both use unreal engine & when I say i knew 80% of jedi's buttons right away because they were the same buttons as TLOU2 its ridiculous, even the same narrow hallway crawl and barely-made-it jump they do. Unreal Engine is just big budget RPG Maker the way they make games nearly identical at its core lol.
Can someone recommend some fun story-heavy RPGs to me? Coming up with good gameplay is a nightmare! I was thinking of making some gameplay platforming-based, but that doesn't work well in RPG form*. I also was thinking of removing battles, but that would be too much like OneShot. I don't even know how to make good puzzles!

Forum statistics

Threads
106,036
Messages
1,018,461
Members
137,821
Latest member
Capterson
Top