| 07-27-2004, 05:39 PM | #1 |
Is there a way to block abilities in the same way Line of Sight blockers work on regular attacks? I just want to make it so units on 1 side of a wall won't be able to use an ability to target units on the ther side. Any help would be appreciated, and sry if this has been asked before. |
| 07-27-2004, 11:45 PM | #2 |
Hmmm, this is a tough one. The game system expressly allows that sort of thing to happen. You might try setting the fog of war settings so that the black mask is applied to everything by default, that MAY work, the first time. The only other way I can think of is to use trigger. I believe that there is a WEU advanced condition that checks if a point is within LOS of a player. You might use that to prevent any abilities from being chucked into fog of war. |
| 07-28-2004, 04:27 PM | #3 |
Ill give them a try. thx |
| 07-28-2004, 08:00 PM | #4 |
Using Get Local Player will work, it would only block th spell itself, but you would have to know how to use GetLocalPlayer to do this. |
