Hello, lately I have been modifying the RPG Maker menus, things like positions, define height and width among other things.
Currently the menu that I created looks like this:
(sorry if the texts are in Spanish in the images)
but I had a problem, is that I have not been able to modify the menu when an item is given to the actor.
I mean this:
(the menu of actors on the right when selecting an item)
I really do not want it to look like the main menu and I want it to look like a list menu (a list of actors that only shows Nicknames and not other information)
like this:
(Edited image)
but obviously without the main menu undergoes changes.
only the selection menu from item to player.
I have tried to modify the menu code in "Scene_ItemBase" and "Window_MenuActor"
and I have not had results ..
and I would also like to try that the same menu can be established in a certain position.
I could not move it from the right side.
All the help is appreciated!