HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

A little trigger problem...

11-25-2003, 03:28 PM#1
phantom1412kid
Well, I can't seem to tie trigger enhancement to abilities that target points like shockwave and impale.

I use 'Unit Begins casting an ability' event, 'Ability being cast equals' condition. What should I use?
11-25-2003, 03:35 PM#2
Vexorian
(target point of issued order) is an event response for A unit is issued an order targetting a point it won't work for all the ability events

try this
E: An unit is issued an order targetting a point
C: ((issued order) equal to Order(shockwave)
A: set Point = (target point of issued ordeR)

you need a point variable called "Point" then pick the trigger you posted and replace (target point of issued order) with "Point"
11-25-2003, 04:58 PM#3
phantom1412kid
I already used that to create a unit group variable. Shoul I use it again for the actual enhancement?

Is it posible to affect units between the caster and the target point all within the same range as shockwave (150)? I think ranges create a circular area while region create squares and rectangles.