ShadowChemosh
Well-known member
You forgot the word "PERFORM" in front which is required to work with tags.I found the "tagreplace" command, but I'm still getting the syntax wrong. The pick is cBLoMedic1, and I want to replace the tag "abAction.Standard" with "abAction.Swift"
Code:hero.child[cBLoMedic1].tagreplace[abAction.Standard,abAction.Swift]
This produces an error parsing the script. I get the feeling I'm not pointing to the right 'child', but can't for the life of me figure out what it is.
Code:
perform hero.child[cBLoMedic1].tagreplace[abAction.Standard,abAction.Swift]