QUOTE (evil joesph @ Nov 14 2008, 08:39 PM)

One problem... when you view the equipment screen, then encounter in a battle, for some reason, in the battle transition, the equipment background shows up for a brief moment (note its the picture of the background), then the battle begins like normal. It can be fixed if you close out the game, then re enter, but that would be unbearbaly tedious... can you find a solution to this?
go into the equip script and add @msk_lay.dispose for line 353. should look something like this
348 def terminate
349 super
350 @help_window.dispose
351 @equip_window.dispose
352 @status_window.dispose
353
@msk_lay.dispose354 dispose_item_windows