Problem description:
I have a pop up for a verbs window and an inventory window, but when i click verbs i get a blank window with "Stats" when im looking to make it "Commands" and show the verbs I have coded in, in my inventory popup i have my commands there, is there a way for me to target a specific info pannel so i can have my inventory in 1 popup pannel and verbs in the other?
the option that I give is the next:
create one grid: add one proc put the objects in the grid : mob/proc/Inventary() and add the grid to the window which you have of inventory,hope you get my idea and I have been clear in the response. |
However, try calling: statpanel("[statpanel_id].Player Stats"), and make sure one of your statpanels is named whatever you put in [statpanel_id].
If there's a way to do it, that would be it. Otherwise, you might be out of luck.
Personally, I strongly dislike statpanels.