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

Old January 30th, 2012, 10:01 PM
Code:
perform root.pushtags[WepProf.?]
That will create duplicates of all the WepProf tags on that thing on the pick that bootstrapped this one (the race, for a racial special). Or:

Code:
perform forward[WepProf.?]
(forward is an abbreviation in the code for hero.pushtags)

(technically, it's shorthand for container.pushtags, but unless you're working with an item power, the container of everything in the Pathfinder files is the hero).
Mathias is offline   #5 Reply With Quote