[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.
Trihan
"It's more like a big ball of wibbly wobbly...timey wimey...stuff."
3359
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.
Trihan
"It's more like a big ball of wibbly wobbly...timey wimey...stuff."
3359
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.
I already got it done, thank you anyway
Pages: 1