Palatkorn 2 Posted April 20, 2020 (edited) If I will bring this window to put in Scene_Equip, do I have to repeat it or what method of import? Yes, I just started learning the basics of javascpit. Yes it is quite confusing for me Or have an extra plugin already, I will thank you I'm pretty sure this part is Window_ItemStatus And what I will do is put it on Scene_Equip I tried many tests but it didn't work. Scene_Equip.prototype.createWindow_ItemStatus = function() { this._ItemStatus = new Window_ItemStatus(); this.addChild(this._ItemStatus); }; Edited April 20, 2020 by Palatkorn Share this post Link to post Share on other sites