- Joined
- Oct 20, 2019
- Messages
- 60
Hello, i have a question about forcing units to do spells
Right now i have triggered my units to be forced to use spells when attacked and use the spells on the attacker
I hope you understand what i mean, i have tried with some various things but with no success
Ty for help
Right now i have triggered my units to be forced to use spells when attacked and use the spells on the attacker
-
Tauren Shockwave
-
Events
-
Unit - A unit Is attacked
-
-
Conditions
-
(Unit-type of (Triggering unit)) Equal to Tauren Warrior 9
-
-
Actions
-
Set VariableSet TaurenShockwave = (Position of (Attacking unit))
-
Unit - Order (Attacked unit) to Orc Tauren Chieftain - ShockwaveTaurenShockwave
-
Custom script: call RemoveLocation(udg_TaurenShockwave)
-
-
I hope you understand what i mean, i have tried with some various things but with no success
Ty for help