Ok so I am amidst development and I have thus far fix and or edited most of the things i needed to in the scripts im using. I am currently using a Moghunter Scene_Item addon.
Below is a copy of what is running so far.
Now What I want to do is when you switch between the -----> ITEM | WEAPON | ARMOR
Selections by clicking left and right, for a picture to show up. I want to picture be called based on the item name + (_pxt)
So what i mean is, lets say you open the item menu and a Potion is highlighted. I want RMXP to opena picture called (Potion_pxt) in my pictures folder.
Then if you switch to the weapon section by clicking right, and a Bronze Sword is now highlighted, I want it to show a picture called (Bronze Sword_pxt) in my pictures folder.
and the same for the armor section.
I will attach a link to the demo project for the mog script pack. It contains the pictures and such neccessary for the scene item.
So far I have tried adding lines under the different items windows like this:
And the picture shows up but once one is loaded it wont refesh etc.
So i think i need a whole new window and I dont know how to do it.
So please, if you can help with this I would be most greatful and I will credit you in the game! thanks again!
LINK TO DEMO WITH WORKING MENU AND SCENE ITEM:
http://www.mediafire.com/?bw9gc4b81i9132n
THE BLUE AREA IS WHERE I WANT THE WINDOW TO BE EXACT SIZE DOESNT MATTER I CAN EDIT IT LATER:
Uploaded with ImageShack.us
If anything is unclear let me know and I will explain it better.