- Joined
- Jun 2, 2009
- Messages
- 1,233
This is not working (not passing Then)
-
MagnataurQ Copy
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Reckless Hit //
-
-
Actions
-
Unit - Create 1 DUMMY [JFA] for (Owner of (Casting unit)) at (Position of (Casting unit)) facing Default building facing degrees
-
Unit - Add Fireball // master to (Last created unit)
-
Unit - Set level of Fireball // master for (Last created unit) to 23
-
Unit - Order (Last created unit) to Neutral - Firebolt (Target unit of ability being cast)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Target unit of ability being cast) is A Hero) Equal to True
-
-
Then - Actions
-
Game - Display to (All players) for 1.00 seconds the text: YES
-
-
Else - Actions
-
Game - Display to (All players) for 1.00 seconds the text: NO
-
-
-
-
-
MagnataurQ Copy
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Reckless Hit //
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Target unit of ability being cast) is A Hero) Equal to True
-
-
Then - Actions
-
Game - Display to (All players) for 1.00 seconds the text: YES
-
-
Else - Actions
-
Game - Display to (All players) for 1.00 seconds the text: NO
-
-
-
Unit - Create 1 DUMMY [JFA] for (Owner of (Casting unit)) at (Position of (Casting unit)) facing Default building facing degrees
-
Unit - Add Fireball // master to (Last created unit)
-
Unit - Set level of Fireball // master for (Last created unit) to 23
-
Unit - Order (Last created unit) to Neutral - Firebolt (Target unit of ability being cast)
-
-