Hey, im making this spell, you pick a location and leaps towards it (no help needed for that
) ... but i want the spell to have some kind a minimum range...
Are there any way to force the "Target is within minimum range" - popup-error? via triggers (gui/jass dosent matter)
I DONT want to have it popup as a text like this:
is it possible to add minimum range to a spell in any other way?
I cant figure it out and it's making me mad!
can anyone help me?

Are there any way to force the "Target is within minimum range" - popup-error? via triggers (gui/jass dosent matter)
I DONT want to have it popup as a text like this:
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to [AbilityNAME]
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Distance between (Position of (Triggering unit)) and (Target point of ability being cast)) Greater than or equal to 800.00
-
-
Then - Actions
-
Action - [ANY SPELL ACTION]
-
-
Else - Actions
-
Game - Display to (All players) the text: [Target is within minimum range!]
-
Action - [ANY ACTION]
-
-
-
is it possible to add minimum range to a spell in any other way?
I cant figure it out and it's making me mad!

can anyone help me?

Last edited: