- Joined
- Sep 21, 2005
- Messages
- 33
I have a spell that makes the hero blademaster become unselectable and move faster until he reaches his destination, he also gains evasion.
Because it's in a few triggers i'll try to simplify it in the post instead of just copy and pasting the triggers.
In map initialisation i have R_Windwalk set as a premade region.
My dummy ability is shockwave, when my hero starts the effect of the shockwave:
Firstly all variables are set, U_blademaster = casting hero, P_Windwalk = target point of shockwave and B_Windwalk = true are the main ones.
He is then unselected, ordered to move to P_Windwalk, abilities swapped etc. etc.
Then at the end of that trigger i have Move region R_Windwalk on Point P_Windwalk. This trigger does not seem to work, the point is set right, because he moves to the right position, but the region just does not move..
I know this because i use this region as my way of ending the spell, "Unit enters region"
It says below the move region trigger that the region must be a variable, and i have done this as u can see, donno why it doesn't work. Any help is appreciated cause i'm lost
Because it's in a few triggers i'll try to simplify it in the post instead of just copy and pasting the triggers.
In map initialisation i have R_Windwalk set as a premade region.
My dummy ability is shockwave, when my hero starts the effect of the shockwave:
Firstly all variables are set, U_blademaster = casting hero, P_Windwalk = target point of shockwave and B_Windwalk = true are the main ones.
He is then unselected, ordered to move to P_Windwalk, abilities swapped etc. etc.
Then at the end of that trigger i have Move region R_Windwalk on Point P_Windwalk. This trigger does not seem to work, the point is set right, because he moves to the right position, but the region just does not move..
I know this because i use this region as my way of ending the spell, "Unit enters region"
It says below the move region trigger that the region must be a variable, and i have done this as u can see, donno why it doesn't work. Any help is appreciated cause i'm lost