- Joined
- Aug 8, 2010
- Messages
- 1,022
Hi! i want to ask why my trigger isn't working and why when i cast my spell at an ally/enemy - the game crashes? My trigger is below, the map is below the trigger!
-
The trigg LS
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Lighning Strike
-
-
Actions
-
Unit - Create 1 Dm b l1 for (Owner of (Triggering unit)) at (Target point of ability being cast) facing Default building facing degrees
-
Set TheDummiesLS[0] = (Last created unit)
-
Unit - Add a 4.00 second Generic expiration timer to TheDummiesLS[0]
-
Animation - Change TheDummiesLS[0] flying height to 350.00 at 350.00
-
Unit - Add chainlingtning visual to TheDummiesLS[0]
-
Unit - Create 1 Dm b l1 for (Owner of (Triggering unit)) at (Target point of ability being cast) facing Default building facing degrees
-
Set TheDummiesLS[1] = (Last created unit)
-
Unit - Add a 3.00 second Generic expiration timer to TheDummiesLS[1]
-
Unit - Order TheDummiesLS[0] to Orc Far Seer - Chain Lightning TheDummiesLS[1]
-
-
Last edited: