I'm using Stormtronics CMS version 5.51b.
I'm trying to get rid of one of the armor slots and replace it with a secondary Accessory slot (so there's two accessories, and no Shield).
I did this in the basic game by altering Line 30 of the Scene_Equip script to read:
@item_window4.visible = (@right_window.index == 4)
instead of
@item_window4.visible = (@right_window.index == 3)
Is it possible to do this in the Stormtronics CMS script?
I don't want to add any additional equipment slots, only alter one to behave as a duplicate Accessory slot.
Full disclosure: I am an idiot with coding, sorry.