I've modified my equip menu a little from the stock version. Just moved windows around & resized a bit and have ended up needing only one column in the equipitem window. I've gotten the cursor to only use one column, but it still displays the equippable items in two. This is obviuosly a problem cause you can't really even see the items in the second column. So if anyone could help me out or whatever. I think it has to do with the def draw_item(index) part, but I'm not sure what to mess with as that part's a bit beyond me. But if you're wondering, the only thing I've changed about Window_EquipItem is the window size. From (0, 256, 640, 224) to (272, 256, 368, 224) and @column max = 1 instead of 2 now.
Thanks in advance I hope.
Thanks in advance I hope.