View Single Post
Gumbytie
Senior Member
 
Join Date: Jun 2010
Location: Florida
Posts: 242

Old January 25th, 2020, 04:30 AM
First time I have encountered this combination for an Edge, either a Skill level or Hindrance is a requirement.

Illusionist
Requirements: Spellcasting d6+ or the Only Illusions Hindrance

So I have two versions of code I have tried and neither seems to work. No errors, just not working.

Version One:
Code:
        validif (#traitfound[skTYRSpellcast] >= 3)
        validif (hero.tagis[Hindrance.hinTYROnlyIllusio] <> 0)
        if (@ispick <> 0) then
          altpick.linkvalid = 0
          endif
and

Version Two:
Code:
        validif (hero.tagis[Sk.skTYRSpellcast] >= 3)
        validif (hero.tagis[Hindrance.hinTYROnlyIllusio] <> 0)
        if (@ispick <> 0) then
          altpick.linkvalid = 0
          endif
Any suggestions on where I screwed up?
Gumbytie is offline   #1 Reply With Quote