QUOTE (Genshyu @ Feb 11 2009, 04:41 PM)

QUOTE (BigEd781 @ Feb 11 2009, 04:19 PM)

The will definitely be incompatibilities with menu add-ons. Instead of completely redefining create_command_window, you can simply call an alias and then move it around.
Only one problem. I have no skills in scripting like what so ever.
lol, well, we can fix that. Try this instead:
CODE
alias genshyu_create_command_window :create_command_window
def create_command_window
genshyu_create_command_window
@command_window.x = @WINDOW_M_X
@command_window.y = @WINDOW_M_Y
@command_window.height = @WINDOW_M_HEIGHT
end