- Joined
- Mar 16, 2008
- Messages
- 12
Hi! I picked up world editor four days ago, and have been teaching myself non-stop via online tutorials and examples. Today I learned about leaks, and have been replacing every on-the-fly point with a variable (which gets deleted with "call RemoveLocation( udg_tempPoint )"). I hope this shows the scope of my small skills.
Anyways, here's my question.
My unit casts a spell based off of storm bolt, which means the missile is homing. I have a trigger set up to deal damage based off of my strength. The problem is, how do I make the trigger execute (and do damage) at the time of impact, and not when "a unit starts the effect of an ability"?
Any help would be much appreciated!
-Joe
Anyways, here's my question.
My unit casts a spell based off of storm bolt, which means the missile is homing. I have a trigger set up to deal damage based off of my strength. The problem is, how do I make the trigger execute (and do damage) at the time of impact, and not when "a unit starts the effect of an ability"?
Any help would be much appreciated!
-Joe