09-18-2018, 04:43 AM
You mean.....
When you move the cursor up/down/left/right on the Item Grid and then press... ENTER. How does it then figure out what item it is?
Items have Item IDs, signifying what it is. Rather than passing the Item ID into the window, I just pushed a bit of text.
To have it show the item, some changes do need to be made to the Popup window code itself. And call me a completeist, but I do plan on allowing you to distinguish from regular items, armor and weapons in the list. It's no bother.... rather easy actually. Heck, I could have the screen show QUANTITY and stuff if you need.
Now... do you actually USE the item while the Popup window is open? If so, it could be as simple as hitting SELECT and ESC as usual.
When you move the cursor up/down/left/right on the Item Grid and then press... ENTER. How does it then figure out what item it is?
Items have Item IDs, signifying what it is. Rather than passing the Item ID into the window, I just pushed a bit of text.
To have it show the item, some changes do need to be made to the Popup window code itself. And call me a completeist, but I do plan on allowing you to distinguish from regular items, armor and weapons in the list. It's no bother.... rather easy actually. Heck, I could have the screen show QUANTITY and stuff if you need.
Now... do you actually USE the item while the Popup window is open? If so, it could be as simple as hitting SELECT and ESC as usual.