Hi!
For making my implementation of the War Wizard's Expertise Theme more correct I need a combined WHERE clause. I tried this:
Foreach pick in hero from power where "PowerSrc.Arcane"
if (pick.WeaponBase.WepGroup = "wgHeavyBl")
perform eachpick.field[pwAtkFeat].modify[+,bonus,""]
endif
nexteach
But this only gives an error. Can anybody tell how the "if" has to be done correctly?
Thanks in advance.
MagicSN
For making my implementation of the War Wizard's Expertise Theme more correct I need a combined WHERE clause. I tried this:
Foreach pick in hero from power where "PowerSrc.Arcane"
if (pick.WeaponBase.WepGroup = "wgHeavyBl")
perform eachpick.field[pwAtkFeat].modify[+,bonus,""]
endif
nexteach
But this only gives an error. Can anybody tell how the "if" has to be done correctly?
Thanks in advance.
MagicSN