PDA

View Full Version : Tags on Skills


Protector152
March 18th, 2012, 03:01 AM
can you add a tag to a skill after you add the skill to the actor?

Colen
March 24th, 2012, 06:45 PM
Yes, you can assign tags to picks as follows:

perform hero.child[PickID].assign[GroupID.TagID]

So just specify the appropriate pick, group and tag ids in there, and run the script on another pick, and it'll assign the appropriate tag.

Protector152
March 25th, 2012, 03:52 PM
cool, that will a big help. thank you.