[Spell] Dark Charge gone wrong

Dark Charge fail and here's the clip:
Dark Charge 1.png

Dark Charge 2.png


P.S. I was gonna make a custom Human/Undead race though.
 
Level 5
Joined
Jan 19, 2023
Messages
35
In the video it looks like you cast the ability on the ground, which means that there is no DarkGeneralTarget, so there is no point to be set and no way to detect when the Move trigger should be turned off. You need a dummy ability that only targets units. Also, "position of Unit" leaks, you need to set a point variable and clear it in every loop.
 
In the video it looks like you cast the ability on the ground, which means that there is no DarkGeneralTarget, so there is no point to be set and no way to detect when the Move trigger should be turned off. You need a dummy ability that only targets units. Also, "position of Unit" leaks, you need to set a point variable and clear it in every loop.
Oh yeah, need to reconfigure from using shockwave charge to the end of the location.
 
Top