//this function:
function BlzGetEventIsAttack takes nothing returns boolean
return BlzGetEventDamageType() == DAMAGE_TYPE_NORMAL
endfunction
//just comment it like this:
/*
function BlzGetEventIsAttack takes nothing returns boolean
return BlzGetEventDamageType() == DAMAGE_TYPE_NORMAL
endfunction
*/