- Joined
- Jun 19, 2006
- Messages
- 41
I have a trigger using Chanel ability but de cooldown or downtime (I do not know how they say in English exactly) not works properly (is 0).
How can I make the cooldown work?
Thanks
How can I make the cooldown work?
Thanks
-
Im Here
-
Acontecimientos
-
Unidad - A unit Inicia el efecto de una habilidad
-
-
Condiciones
-
(Ability being cast) Igual a I'm Here!
-
-
Acciones
-
Efecto especial - Create a special effect attached to the overhead of (Triggering unit) using Abilities\Spells\Human\Polymorph\PolyMorphTarget.mdl
-
Set efectoImHere2 = (Last created special effect)
-
Detonador - Turn on Im Here Efecto <gen>
-
Unidad - Move (Triggering unit) instantly to (Position of (Target unit of ability being cast))
-
Efecto especial - Create a special effect attached to the overhead of (Triggering unit) using Abilities\Spells\Human\Polymorph\PolyMorphTarget.mdl
-
Set efectoImHere = (Last created special effect)
-
Wait 1.50 seconds
-
Efecto especial - Destroy efectoImHere
-
-