New account registration is temporarily disabled.

[VX ACE] HELP WITH CHANGING MESSAGE WINDOWS?

Posts

Pages: 1
Question: I am trying to change the message windows so the small arrow placement is
moved to the bottom right corner of the message window. Do I need to change the entire Window_Message or do I just have to add in code to just change the placement without changing all of Window_Message? Also What would i need to add or change to get the end result of what I want. I'm not very use to using ruby though.
For Anyone that needs an example of what I'm trying to do here is a pic.



The arrow is pointing to where I would like to move it, but I haven't found anything in the code that might tell me what is making and placing the small arrow.
Unfortunately, the arrow is hard coded into Window, so you can't get to that without rewriting the Window class itself. What you can do, however, is to delete the arrow graphics from the Windowskin and add arrows yourself. But you have to be aware that this will remove all arrows on windows in the game.
OK Thanks I'll see what I can do then.
Pages: 1