- Joined
- Dec 25, 2018
- Messages
- 110
I want my hero to throw 3 projectiles in a cone, something like this:
I tried doing it like this:
I tried doing it like this:
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Or - Any (Conditions) are true
-
Conditions
-
And - All (Conditions) are true
-
Conditions
-
(Facing of SS_Caster[SS_iM]) Less than or equal to 360.00
-
(Facing of SS_Caster[SS_iM]) Greater than or equal to 300.00
-
-
-
And - All (Conditions) are true
-
Conditions
-
(Facing of SS_Caster[SS_iM]) Greater than or equal to 150.00
-
(Facing of SS_Caster[SS_iM]) Less than or equal to 250.00
-
-
-
-
-
-
Then - Actions
-
Set SS_tLoc[SS_iM] = (PositionOfChargedSpell[(Player number of (Owner of (Triggering unit)))] offset by (0.00, -130.00))
-
-
Else - Actions
-
Set SS_tLoc[SS_iM] = (PositionOfChargedSpell[(Player number of (Owner of (Triggering unit)))] offset by (-130.00, 0.00))
-
-