RPG Maker Forums

Hello everyone, I'm just now starting into Java Script and I was wanting to make A pop up plugin, where I can call A pop up with some text, the call I would like to have something like Popup("say this",s) s would be the seconds it shows. I know some other programming languages i just don't know where to start with java script and rmmv.

I've tried looking though the the core code for the pieces that I need like the window base, I'm not quite sure how to put it together. I have been watching a Video and this is what I have

Window_Sample.prototype.windowHeight = function(){ return this.fittingheight(1);0 }; Window_Sample.prototype.refresh = function(){ var x = this.textPadding(); var width = this.contents.width - this.textPadding() * 2; this.contents.clear(); this.drawIcon(2,0,0); }; Window_sample.prototype.open = function() { this.refresh(); Window_Base.prototype.open.call(this); }; function Sample_scene(){ this.initialize.apply(this, arguments); }; Sample_scene.prototype = object.create(scene_MenuBase.prototype); Sample_Scene.prototype.constructor = Sample_Scene; Sample_Scene.prototype.initialize = function(){ Scene_MenuBase.prototype.create.call(this); }; Sample_Scene.prototype.create = function(){ Scene_MenuBase.prototype.create.call(this) this._sampleWindow = new Window_Sample this.sampleWindow.x = Graphics.width / 2 - 100; this.sampleWindow.y = Graphics.height / 2 - 100; this.addWindow(this._sampleWindow); }; Sample_Scene.prototype.start = function(){ Scene_MenuBase.prototype.start.call(this); };I have just been trying to make a basic window display on the screen, I've made A title skip plugin but that sort of helped my understanding of finding the pieces of code in the core rmmv code. 

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