![]() |
Senior Member
Join Date: Jun 2010
Location: Florida
Posts: 199
|
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 Version Two: Code:
validif (hero.tagis[Sk.skTYRSpellcast] >= 3) validif (hero.tagis[Hindrance.hinTYROnlyIllusio] <> 0) if (@ispick <> 0) then altpick.linkvalid = 0 endif ![]() |
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|