TCArknight
Well-known member
Howdy!
I've got a template defined as tmBLLvl1. I've got another Racial Special which requires the character to have tmBLLvl1 before it activates and gives the bonus.
However, when I try to do this:
I get that there's a Syntax Error fortag 'Classes.tmBLLvl1' not defined.
What am I missing?
Thanks!
TC
I've got a template defined as tmBLLvl1. I've got another Racial Special which requires the character to have tmBLLvl1 before it activates and gives the bonus.
However, when I try to do this:
Code:
@valid = 1
if (hero.tagis[Classes.tmBLLvl1] <> 0 ) then
@valid = 0
endif
I get that there's a Syntax Error fortag 'Classes.tmBLLvl1' not defined.
What am I missing?
Thanks!
TC