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

Old August 4th, 2011, 02:57 PM
I'm trying to add Glamor to the list of qualities... and I found a script in Kenisics that almost works

Code:
      ~if we're disabled, just get out now
      doneif (activated = 0)
      
      ~REMINDER: Add to Judge Intentions once that's been added
      
      ~find all our social skills and add our rating as a dicepool modifier
      foreach pick in hero from SkillAct where "SkillCat.Social"  
        perform eachpick.field[DicePool].modify[+,field[trtFinal].value,""]
        nexteach
How do I reference the name of the skill? Glamor adds +3 to every social skill but Intimidate... I'd think I could change

Code:
      foreach pick in hero from SkillAct where "SkillCat.Social"  AND SkillAct.Id <> "skaIntim"
but that doesn't seem to work.
cryptoknight is offline   #1 Reply With Quote