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.
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.
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.