Moderator
M
Moderator
12th Dec 2015
IcemanBo: For too long time as NeedsFix. Rejected.
19th Jul 2011
Bribe:
(Position of (Target unit of ability being cast)) -> (Target point of ability being cast)
Set Lasso_PullOn[Dynamic_Index] = Lasso_Distance[Dynamic_Index] Greater than or equal to 300.00
If you examine your code carefully, you will notice that sometimes
"Lasso_TargetLoc" will be set multiple times before the location
can be removed.
IcemanBo: For too long time as NeedsFix. Rejected.
19th Jul 2011
Bribe:
(Position of (Target unit of ability being cast)) -> (Target point of ability being cast)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Lasso_Distance[Dynamic_Index] Greater than or equal to 300.00
-
-
Then - Actions
-
Set Lasso_PullOn[Dynamic_Index] = true
-
-
Else - Actions
-
Set Lasso_PullOn[Dynamic_Index] = false
-
-
Set Lasso_PullOn[Dynamic_Index] = Lasso_Distance[Dynamic_Index] Greater than or equal to 300.00
If you examine your code carefully, you will notice that sometimes
"Lasso_TargetLoc" will be set multiple times before the location
can be removed.
Maker, 2nd Aug, Lasso
The casting trigger is disable by default, check it.