Hey all, new Hero Lab user. I'm working on adding the Serpentfolk from Into the Darklands as a character race. I've figured out most of what I need to do. The one point I can't figure out, however, is how to make a spell-like "kick in" at a given level. What I'm trying to do is:
"Once a serpentfolk achieves 4th level in any class, he gains two new spell-like abilities usable once per day each: major image and dominate person."
I think I may be needing something in the "Container Requirement Expression" of those spell-likes but I can't find an example of one. I tried putting
@valid = 0
if (#totallevelcount[] >= 4) then
@valid = 1
endif
in there but it didn't like that... Any tips?
Thanks...
"Once a serpentfolk achieves 4th level in any class, he gains two new spell-like abilities usable once per day each: major image and dominate person."
I think I may be needing something in the "Container Requirement Expression" of those spell-likes but I can't find an example of one. I tried putting
@valid = 0
if (#totallevelcount[] >= 4) then
@valid = 1
endif
in there but it didn't like that... Any tips?
Thanks...