- Joined
- Mar 28, 2016
- Messages
- 1,623
- Reaction score
- 1,439
- First Language
- French
- Primarily Uses
- RMMV
Hi guys
, when I opened the menu (with script call) I can not seem to open with automatic item selection.
I have to click on item selection. !
How to proceed to the automatic open item list thank you
I started in java, here's my script
SceneManager.push(Scene_Item);
Window_ItemCategory.prototype.makeCommandList = function() {
this.addCommand(TextManager.item, 'item');
Window_Command.prototype.processOk.call(this);
};
i try with
Tank you for help
, when I opened the menu (with script call) I can not seem to open with automatic item selection.
I have to click on item selection. !
How to proceed to the automatic open item list thank you
I started in java, here's my script
SceneManager.push(Scene_Item);
Window_ItemCategory.prototype.makeCommandList = function() {
this.addCommand(TextManager.item, 'item');
Window_Command.prototype.processOk.call(this);
};
i try with
and alsoWindow_Command.prototype.processOk.call(this);
this.addCommand(TextManager.item, 'item', enabled);
Tank you for help

