Anyone know of a way to create a custom ability that increases reach by 5 feet? So when the class ability is active, the character reach increases by 5.
WHat i currently have, in class special:
foreach pick in hero from BaseWep where "wCategory.Melee"
eachpick.field[wReach].value = maximum(eachpick.field[wReach].value,5)
nexteach
WHat i currently have, in class special:
foreach pick in hero from BaseWep where "wCategory.Melee"
eachpick.field[wReach].value = maximum(eachpick.field[wReach].value,5)
nexteach