Darius Darksoul
Active member
doneif (field[gIsEquip].value = 0)
foreach pick in hero from BaseCustSp where "(abCategory.KinetBlast | abCategory.KinetBlaCo) & KinetElem.Fire"
if (eachpick.tagis[abCategory.KinetBlaEn] <> 0) then
#extradamwithavg[each," plus 6d8",field[thingname].text,"10.5"]
else
#extradamwithavg[each," plus 6d10",field[thingname].text,"13.5"]
endif
nexteach
I am getting an error invalid character in line 3
foreach pick in hero from BaseCustSp where "(abCategory.KinetBlast | abCategory.KinetBlaCo) & KinetElem.Fire"
if (eachpick.tagis[abCategory.KinetBlaEn] <> 0) then
#extradamwithavg[each," plus 6d8",field[thingname].text,"10.5"]
else
#extradamwithavg[each," plus 6d10",field[thingname].text,"13.5"]
endif
nexteach
I am getting an error invalid character in line 3