RPG Maker Forums

Hello everyone, it is me (again). I am now trying to tinker my way unto Window_NumInput (this is my true purpose) and I kind of ... want to use to to also start learning little by little the Window_Selectable function. I just want the number pad to show up, but I am having a hard time trying to figure out how the library itself work.

I will post my example code and tell me what can I do for the sake of it. Thanks a lot.

(function(){

function Window_MiVentana() {
this.iniciar.apply(this,arguments);
}

Window_MiVentana.prototype = Object.create(Window_NumInput.prototype);
Window_MyVentana.prototype.constructor = Window_MiVentana;

Window_MiVentana.prototype.iniciar = function(messageWindow) {
Window_NumInput.prototype.initialize.call(this,messageWindow);
this.refrescarse();
}

Window_MiVentana.prototype.refrescarse = function() {
Game_Message.prototype.setNumberInput.call(this,0,1);
}

var _Scene_Map_createAllWindows2 = Scene_Map.prototype.createAllWindows;
Scene_Map.prototype.createAllWindows = function() {
_Scene_Map_createAllWindows2.call(this);
this.crearMiniMapa2();
};

Scene_Map.prototype.crearMiniMapa2 = function() {
this._entradaNum = new Window_MiVentana('mensaje');
this.addChild(this._entradaNum);
this.update();
};
})();

P.D.: I want it to show up as soon as the scene shows up. If it doesn't allow me to move on the map it is ok. Once I understand how to make it pop-up I can ... take a look at the library and see by myself. Thanks.

Latest Threads

Latest Posts

Latest Profile Posts

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.
time for a new avatar :)

Forum statistics

Threads
106,017
Messages
1,018,356
Members
137,802
Latest member
rencarbali
Top