View Single Post
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old August 28th, 2022, 10:26 AM
As long as the ability is not unique, you can use
perform root.pulltags[Group.?]


If it's unique, you'll need to use a foreach:


foreach root in this from Class where "Whatever is appropriate"
perform eachpick.pulltags[Group.?]
nexteach


Although I'd re-consider making them unique before switching things to a foreach root - just switch the abilities to user-once instead. Adding a foreach that will run on every one of a large number of abilities is wasted effort.
Mathias is online now   #2 Reply With Quote