Resolved! UI Action Condition from Script Include
I'm trying to get a UI Action to appear based on a function in a script include.My script include contents:function myCustomShowUIButton() { return false;}The condition line of my UI action:myCustomShowUIButton()I would expect the UI action button ...
