Wolf_Larsen
Member
Hi,
I'm trying to create some feats that require a Template as a prereq.
The coding to require a class, wizard for example, is this (taken from the spell mastery feat):
if (tagcount[Classes.Wizard] >= 1) then
@valid = 1
endif
What is the coding to require the Lich Template as the prereq?
Thanks
I'm trying to create some feats that require a Template as a prereq.
The coding to require a class, wizard for example, is this (taken from the spell mastery feat):
if (tagcount[Classes.Wizard] >= 1) then
@valid = 1
endif
What is the coding to require the Lich Template as the prereq?
Thanks