I'll try to explain this in the best way that I can: When clicking on the inventory button, it brings up a window of all the items you are carrying. At the bottom of this window are your basic option buttons (look, use, ok).
My problem is that they have all somehow been pushed to the left side and overlap each other. Basically, I can't click on any of them and I can't make use of any of the inventory items.
I've looked over the program and can't even find where to edit that menu listing to fix it. How can I straighten this out again?
SetInvItemDimensions ()
Are you using the default inventory window or a custom one?
In the default inventory window, the button widths at the bottom are based on the width of the Arrow button image.
I figured out the problem. Thanks, though.