- Joined
- Jul 29, 2010
- Messages
- 319
I'm not that great with scripts and jass so i pretty much have no idea what i'm doing, what have i done wrong here (Custom script line)
-
AIR STRIKE
-
Events
-
Unit - A unit Begins casting an ability
-
-
Conditions
-
(Ability being cast) Equal to Air Strike (Dummy)
-
-
Actions
-
Custom script: call PlaySoundForPlayer( gg_snd_AirStrike1, udg_snd_TriggeringPlayer )
-
Unit - Create 1 Dummy Unit (Dummy) for (Owner of (Triggering unit)) at (Position of (Triggering unit)) facing (Target point of ability being cast)
-
Unit - Add Air Strike to (Last created unit)
-
Unit - Order (Last created unit) to Human Archmage - Blizzard (Target point of ability being cast)
-
Unit - Add a 5.00 second Water Elemental expiration timer to (Last created unit)
-
-