Chaos Project

RPG Maker => General Discussion => Troubleshooting / Help => Topic started by: Lonelyafman on April 14, 2018, 07:26:40 pm

Title: [XP] Undo UMS changes to choice window?
Post by: Lonelyafman on April 14, 2018, 07:26:40 pm
wow here i am back at it again with the questions about a program nobody uses anymore.

is there a way to undo the whole justification thing that Ccoa's UMS script does to choice windows and go back to the default? (making choice windows the same size and position as message ones unless specified)
i've been trying to #comment parts of the script that deal with choices, but it's a wild goose chase and i might render the whole thing unuseable :facepalm:

windows are the bane of my existence

thanks in advance
Title: Re: [XP] Undo UMS changes to choice window?
Post by: KK20 on April 14, 2018, 07:48:23 pm
I don't see any natural way to do it. Window_Message is rewritten heavily and uses another class to handle choices now. In theory, it is possible to revise the script to do so, but I don't think anyone here will do it.