View Single Post
cryptoknight
Senior Member
Volunteer Data File Contributor
 
Join Date: Dec 2008
Posts: 523

Old August 6th, 2011, 11:57 AM
Here's the fix to the code.

Code:
      ~only proceed if we're not disabled
      doneif (activated = 0)
      
      ~find all the active skills that are linked to CHA
      ~(All social skills have this, but in case new skills are added later,
      ~we'll be more general in what skills we're searching for)
      foreach pick in hero from SkillAct where "AttrPool.attrCha"
        perform eachpick.field[DicePool].modify[+,field[grRating].value,""]
        nexteach
cryptoknight is offline   #18 Reply With Quote