I'm hoping that there's a quick fix to this. With the grouping of aliases that I have presently, there are skills split up into groups. So all of my fencing skills are in a group named 'Abilities - Fencing', subtlety skills are in 'Abilities - Subtlety', thievery in 'Abilities - Thievery'... you get the idea.
Is there any way to use a EnableAliasGroup command in Lua, to enable and disable multiple groups at once, like this? Like a EnableAliasGroup("Abilities - *",false), or would I have to go through each one individually?
I have a similar deal with Variables. They can't be split into groups (so awesome if they could be), but I keep the names such that they group together alphabetically. For instance, VAULTSteel, VAULTIron, VAULTPlatinum, would be three variables used to track things in my vault. Some way to pull off a SetVariable("VAULT*",0) would be amazing.
Is there any way to do either of these? |