Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - Cortex System (http://forums.wolflair.com/forumdisplay.php?f=61)
-   -   A Hero Lab Editor Question for Cortex (http://forums.wolflair.com/showthread.php?t=39255)

phant0m February 26th, 2013 12:21 AM

A Hero Lab Editor Question for Cortex
 
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


All times are GMT -8. The time now is 09:46 PM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.