DMayhew469
Well-known member
Using the code below does anyone know how to access the enhancement bonus of each weapon? For example, if the pick is a +3 longsword I want to pull the "+3" from the data.
var EnhBonus as number
foreach pick in hero from WeapMelee
EnhBonus = eachpick.field[??????].value
nexteach
var EnhBonus as number
foreach pick in hero from WeapMelee
EnhBonus = eachpick.field[??????].value
nexteach