I have a HUD of sorts that I've designed that I would like to show, if possible, specifically when the player is navigating the menu in combat for a particular skill type.
Is there a script call that can return the menu that the player is in during battle?
The idea being that I do a check to see if that returned value matches a static value, and, if so, turn on the switch to which the HUD is tied.