View Single Post
DrunkZombie
Senior Member
 
Join Date: Aug 2011
Posts: 224

Old August 13th, 2011, 05:23 PM
Sweet. Got it working.

I didn't want to mess with trying to make cyber or bio selectable, so I just made two versions. One for cyber and one for bio. I copied Sensitive System and changed the script, cost, etc...


~if we're not active, just get out now
doneif (activated = 0)

~find all of our Cyberware Implant Grade helpers and double their essence costs
foreach pick in hero from Grade where "Augment.Cyber"
eachpick.field[grEssMult].value *= .9
nexteach


and


~if we're not active, just get out now
doneif (activated = 0)

~find all of our Cyberware Implant Grade helpers and double their essence costs
foreach pick in hero from Grade where "Augment.Bio"
eachpick.field[grEssMult].value *= .9
nexteach
DrunkZombie is offline   #4 Reply With Quote