View Single Post
Illyahr
Senior Member
 
Join Date: Feb 2013
Posts: 357

Old October 15th, 2017, 07:42 AM
OK, fugured out what I was doing wrong. Just need help cleaning up the scripting

Code:
if (hero.childfound[???].tagis[Helper.CurrArmor] <> 0) then
if (hero.child found[???].tagis[Helper.Proficient] <> 0) then
perform hero.child[kSwim].delete[Helper.ArmorChk2]
endif
endif

foreach pick in hero from BaseArmor where "Helper.CurrArmor & Helper.Proficient"
#skillbonus[kSwim] -= each.tagis[mArmorChk.?] / 2
next each
Need a field in the first part and the math is coming out weird in the second part. Any ideas?
Illyahr is offline   #7 Reply With Quote