Adjust the alignment of the HELP bar.

Bogsy

Veteran
Veteran
Joined
Oct 25, 2015
Messages
42
Reaction score
14
First Language
English
I need help to have the help text on the top left side to be on the top right to match, is it possible to do so? It's just a matter of thinks looking in order is all haha.

BattleWindowsCustomization script only moves the entire box however.

 

izyees

My Secret Santa
Veteran
Joined
Oct 24, 2015
Messages
248
Reaction score
67
First Language
english
Window_Help.prototype.refresh = function() {


this.contents.clear();


this.drawText(this._text, -50, 0, this.width, 'right');


};
 

Shaz

Veteran
Veteran
Joined
Mar 2, 2012
Messages
40,108
Reaction score
13,713
First Language
English
Primarily Uses
RMMV
I've moved this thread to JS/Plugin Support. Please be sure to post your threads in the correct forum next time. Thank you.


This is not a technical question, it is a scripting question. Clearly you are using plugins to change the appearance of the window. Please indicate what you are using, as any solution will need to be compatible with it.


The solution above, unfortunately, will change ALL help windows, not just the one in that screenshot, so may not be quite what you need. But a correct solution for an individual help window position could certainly be expanded from it.
 

izyees

My Secret Santa
Veteran
Joined
Oct 24, 2015
Messages
248
Reaction score
67
First Language
english
The solution above, unfortunately, will change ALL help windows, not just the one in that screenshot, so may not be quite what you need. But a correct solution for an individual help window position could certainly be expanded from it.
just use instance of.

Code:
var winHelp = Window_Help.prototype.refresh;Window_Help.prototype.refresh = function () {	if (SceneManager._scene instanceof Scene_Battle) {		this.contents.clear();		this.drawText(this._text, -50, 0, this.width, 'right');	} else {		winHelp.apply(this);	}};
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Profile Posts

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!
one bad plugin combo later and one of my followers is moonwalking off the screen on his own... I didn't even more yet on the new map lol.

Forum statistics

Threads
106,034
Messages
1,018,446
Members
137,820
Latest member
georg09byron
Top