Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Pathfinder Roleplaying Game
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
Pezmerga
Senior Member
 
Join Date: Oct 2010
Location: Cincinnati, OH
Posts: 328

Old December 26th, 2011, 06:51 PM
I am attempting to create a flaw that removes the following racial abilities from the Half elf

Elf Blood
Elven Immunities (+2 saves vs enchantments)
Elven Immunities (Sleep)

Now when trying to get it to remove the Elf Blood, I tried this code.
Code:
Eval Script
First   5500 
foreach pick in hero where tagis[Ability.raHEBlood]
perform each.delete[Helper.ShowSpec]
perform each.assign[Helper.Suppress]
nexteach
Also tried
perform delete[Ability.raHEBlood]


Neither works...Any suggestions?
I tried looking for something similar but no luck so far. The alternate racial abilities just have a replacement check box instead of an eval script.
Pezmerga is offline   #1 Reply With Quote
huntercc
Senior Member
 
Join Date: Jul 2007
Location: Syracuse, NY (USA)
Posts: 213

Old December 26th, 2011, 07:31 PM
I believe this will accomplish what you're trying to do, for the Elven Blood:

Code:
Eval Script
First   5500 
perform hero.childfound[raHEBlood].delete[Helper.ShowSpec]
perform hero.childfound[raHEBlood].assign[Helper.SpcDisable]
huntercc is offline   #2 Reply With Quote
Pezmerga
Senior Member
 
Join Date: Oct 2010
Location: Cincinnati, OH
Posts: 328

Old December 26th, 2011, 07:58 PM
Quote:
Originally Posted by huntercc View Post
I believe this will accomplish what you're trying to do, for the Elven Blood:

Code:
Eval Script
First   5500 
perform hero.childfound[raHEBlood].delete[Helper.ShowSpec]
perform hero.childfound[raHEBlood].assign[Helper.SpcDisable]
Awesome thanks!
Pezmerga is offline   #3 Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 07:34 PM.


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