PDA

View Full Version : detect no armor and no shield


panda
March 20th, 2016, 12:45 AM
How can I detect in a script that the character don't wear any armor or shield ?

Aaron
March 20th, 2016, 07:36 AM
Use data file debugging and look at the tags on the hero, specifically the "Hero" tags. Equip and unequip a shield, and do the same with armor. What tags are added and removed?

panda
March 20th, 2016, 09:00 AM
Thanks, I can work with tags now ^^