Wanted to start of by saying that I really prefer this over the default shop (especially if I can get a couple of things working mentioned below) even though one has to back out of the shop to switch sell/buy modes. But the interface is so much easier to navigate than the default.
Questions:
1. I have added the shopkeeper's "face" image as an additional image which works great (like the one image on Itch.io) but since this plugin only provides support for one instance of the shop..if I want to do this for every shop/shopkeeper in the game (I am looking at about 5 right now) would I have to have five different copies of the plugin changing the name such as "Hendrix_Simple_Scene_Shop_UniqueName" so that each each plugin/shop instance could have the specific shopkeepers face assigned? Then just use that full name in the Plugin Command for that event?
2. Is there any way to put a little space/padding after the icon/numbers in the info and maybe the gold icon/item price in the right window? In my shop the numbers are right next to the icons. Nitpicking a bit perhaps but I think it will look a little cleaner if even there were two non-breaking spaces after the icon before the text starts. I am sure that this is assigned in the js print call or something similar. If it is a very simple change to the plugin JS if you can let me know the line or something that would be great. I get apprehensive about changing core code myself in case I cause any other type of errors that I then have to ask about but the issue wouldn't be in the plugin's initial core code.
3. This isn't entirely about your plugin but I wanted to see if you could point me to the call I would need for Casper Gaming's ControlsWindow which adds a window at the very top of any scene which informs the player of what keys/buttons to use for Select/OK and Back/Cancel. Within that plugin you just have to specify the scene that you want to add the ControlsWindow to. I am supposed to ask for either the Scene and/or the the Scene Constructor Name. I apologize since this isn't strictly about your plugin but I really want to show the Contols Window rather than rely on touch UI being on. I am currently not disabling Touch UI but I do not want to rely on it. And this helps make it work with controllers/game pads as well.
I greatly appreciate any help!