View Single Post
spannclann
Member
 
Join Date: Aug 2018
Location: Texas
Posts: 87

Old September 21st, 2021, 07:48 AM
I am trying to check a hero to see if they are unarmed then I want to add +2 to damage if true. I can check if unarmed by:

if (hero.tagis[Hero.EquipMain] = 0) then
if (hero.tagis[Hero.EquipOff] = 0) then

or

if (tagis[IsWeapon.wUnarmed] = 0) then

I am just unsure how to add the +2 to damage to the hero.
spannclann is offline   #1 Reply With Quote