View Single Post
cryptoknight
Senior Member
Volunteer Data File Contributor
 
Join Date: Dec 2008
Posts: 523

Old August 11th, 2011, 12:31 PM
Quote:
Originally Posted by Mathias View Post
Along the top of the Hero Lab window, find the develop menu. Make sure the first option there, "Enable Data File Debugging" is checked.

Now, at the bottom of that menu, choose "Floating Info Windows", then "Show Hero Tags".

Watch the menu that pops up as you add and delete some qualities on a test character - you'll see that a Quality tag from each one is added to the character (actually, 2 of each - I'll have to figure out what's duplicating those), along with an Ability tag. So, what you want to do is test for the presence of that tag:

Code:
if (hero.tagis[Quality.TheIdOfYourQuality] <> 0) then
Thank you!

Where is that in the Wiki? I've been lost there trying to figure out how to test for things.... OMG I can add so much now... still can't do 2nd native languages, but I can do so much!
cryptoknight is offline   #9 Reply With Quote