| 12-27-2006, 06:17 AM | #1 |
Are there any abilities that can target dead units at a specific location? All the ones I know of just automatically pick a dead unit nearby. I want to have an ability that the player has to select a location for to explode the corpse at that location and if there aren't any corpses there it will say you must target a corpse. I suspect I will have to just trigger a simulated error message. |
| 12-27-2006, 09:29 AM | #3 |
if you want the 'must target dead' part, try making another dummy unit there to cast raise dead or something |
| 12-27-2006, 05:25 PM | #4 |
Thanks Pyrogasm, I already made that trigger pretty much how you did just without the if statement and error message. Which I will make if that's all I can do. I just prefer to avoid it because a proper spell casting error would keep the ability activated and the hero doing whatever they were doing, not stop them. |
| 12-27-2006, 11:58 PM | #5 |
Oh. That's the best you can do to counteract invalid casts, though. Glad I may have been of some service to you. |
