View Single Post
phant0m
Junior Member
 
Join Date: Mar 2011
Posts: 3

Old February 26th, 2013, 12:21 AM
Hi All,

Just A quick editor question,
Currently when using the drop down box this allows you to pick 1 Skill that as a minor gains a +2 step modifier or as a major gets the +2 mod and -2 Advancement points

What I want want is to apply it to a skill and its benefits apply to all the specializations is there anyone out there who can help with cortex

Thanks

Menu#1 Label = Menu1
Menu#1 Source = All Picks on Hero
Menu#1 Tag Expression = component.Skill



~apply the +2 modifier to each selected skill
if (field[usrChosen1].ischosen <> 0) then
perform field[usrChosen1].chosen.field[trtInPlay].modify[+,2,""]

~as a major trait, XP costs are -2
if (field[abSteps].value >= 2) then
field[usrChosen1].chosen.field[trtXPMod].value -=2
endif
endif
phant0m is offline   #1 Reply With Quote