[RMVX ACE] [SCRIPTING] HOW TO CHANGE THE POSITION OF A COMMAND?
Posts
Pages:
1
Hi, I need to know if exist a posibility of change the position of commands. I creating a scene that have gems, and when you find the gem item in the game, this appear in the scene. But when I create the command window, this is create in the default way.
So I need to change the position of each command to make the selected command position be each gem, like this:
Anyone can help me? Thanks.

So I need to change the position of each command to make the selected command position be each gem, like this:

Anyone can help me? Thanks.
When you created the command window for the gems, what class was it? Window_Command?
author=Trihan
When you created the command window for the gems, what class was it? Window_Command?
Yes, is Window Command.
You want to overwrite Window_Selectable's item_rect method in your new window class, as this is what determines the positions the cursors are drawn in.
Pages:
1















