HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Help calling a trigger...

03-13-2006, 03:25 AM#1
DemonRising
I wanted to have a trigger called when my ranged unit attack hits a target like how the cold arrow frost takes effect after the arrow hits. I tried various Ability Events, but none that I tried were able to accomplish called actions after (when) the ranged attack struck the target.
Any help would be appreciated, thanks.
03-13-2006, 06:16 AM#2
Anitarf
The event to use is the specific unit event "unit takes damage". It's a specific unit event, though, so you would have to either dynamically create triggers with this event whenever the hero attacked a target (would require Jass for that, though), or simply have a single trigger and add the events to it for all units, but that sucks if you spawn a lot of new units during the course of one game.