Difference between revisions of "The Ability to Choose an Ability/Feat from a list and have it be assigned to a character"

From PCGen Wiki
Jump to: navigation, search
(Created page with 'APPLYSELECTION:CHOICE=x|y X = Choice Name Y = PC (applies the selection to the Character) Y = Companion=ALL (applies the selection to all the attached Companions) Y = COMPANION...')
 
 
Line 1: Line 1:
 
APPLYSELECTION:CHOICE=x|y
 
APPLYSELECTION:CHOICE=x|y
  
X = Choice Name
+
* Variables Used (x): Text (Choice Name)
 
+
* Variables Used (y):PC (Applies the selection to the Character)
Y = PC (applies the selection to the Character)
+
* Variables Used (y):COMPANION=ALL (Applies the selection to all attached Companions)
Y = Companion=ALL (applies the selection to all the attached Companions)
+
* Variables Used (y):COMPANION=LIST (Applies the selection to a choice of attached companions)
Y = COMPANION=List (Applies the selection to a choice of attached companions)
 
 
 
 
 
 
 
APPLYSELECTION:CHOICE=ChoiceNameVar1|PC
 
 
 
 
 
Example of Usage:
 
CHOOSE:ABILITYLIST=FEAT|TYPE.Fighter  <> APPLYSELECTION:CHOICE
 
 
 
  
 +
Examples:
 +
* APPLYSELECTION:CHOICE=ChoiceNameVar1|PC
 +
* CHOOSE:ABILITYLIST=FEAT|TYPE.Fighter  <> APPLYSELECTION:CHOICE
  
  

Latest revision as of 14:27, 10 April 2010

APPLYSELECTION:CHOICE=x|y

  • Variables Used (x): Text (Choice Name)
  • Variables Used (y):PC (Applies the selection to the Character)
  • Variables Used (y):COMPANION=ALL (Applies the selection to all attached Companions)
  • Variables Used (y):COMPANION=LIST (Applies the selection to a choice of attached companions)

Examples:

  • APPLYSELECTION:CHOICE=ChoiceNameVar1|PC
  • CHOOSE:ABILITYLIST=FEAT|TYPE.Fighter <> APPLYSELECTION:CHOICE


NEW TAG

CHOOSE:ABILITYLIST

Need to Spec out second tag. I think Tom already has something like this in the works.