QUOTE (chrismccoy @ Jun 3 2011, 11:03 AM)

Okay, there's a very nasty glitch in this. More annoying than anything, but what it does is if I go to the Menu and then the Equip screen, the Equip Screen graphic will display briefly before the battle rather than a black screen.
You should actually check dates before posting. This thread is long dead. In answer to your question, here you go:
In line 348 of the equipment script, replace this:
CODE
def terminate
super
@help_window.dispose
@equip_window.dispose
@status_window.dispose
dispose_item_windows
end
With this:
CODE
def terminate
super
@msk_lay.dispose
@help_window.dispose
@equip_window.dispose
@status_window.dispose
dispose_item_windows
@msk_back1.dispose
end
It will work... trust me