• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Solved] How do i detect if a unit that is taking damaged was by any ability?

Level 4
Joined
Sep 29, 2010
Messages
29
Hai I'm trying to have a checker where if any unit is attacked by an hero using any ability, I've already made it to check if the damage source is a hero but I don't know how to check if the source was using an ability like chain lightning or blizzard etc etc
 
Level 30
Joined
Aug 29, 2012
Messages
1,382
We have this condition since a few patches

1732709953531.png


What it says on the tin basically, true = auto attack, false = the rest
 
Top