I was wondering if there was a way to split up the weapons, armors and items in the Window_item...
because I would like to do 3 windows, one for each type of items (Weapons, Armors and items)
I've some good bases of RGSS so it won't be a problem if I have to make the 3 windows myself!
Just want to know where's the section in the Window_Item script that mix the 3 kind of items...
I also want to make 3 independant windows so that we CAN'T navigate through one another.
that won't be a problem, the main idea is to create 3 windows for each type of item.
One should be a Window_selectable (The items one)
but the others only need to be Window_Bases...
Thanks a lot.
because I would like to do 3 windows, one for each type of items (Weapons, Armors and items)
I've some good bases of RGSS so it won't be a problem if I have to make the 3 windows myself!
Just want to know where's the section in the Window_Item script that mix the 3 kind of items...
I also want to make 3 independant windows so that we CAN'T navigate through one another.
that won't be a problem, the main idea is to create 3 windows for each type of item.
One should be a Window_selectable (The items one)
but the others only need to be Window_Bases...
Thanks a lot.