• It's time to dig through Hive's model database and dust off some oldie but goldie models and enter Hive's Texturing Contest #31 : Repurposing! Click here to enter!
  • 🏆 Hive's 5th HD Modeling Contest: Creep Camp is now open! Click here to enter!

Autocast trouble

Hi! i'm working on a spellpack, and i thought that it would be cool to make an autocast ability that paused an unit for half a second, and then it would regain its movement speed over 0.75 seconds, here's my trigger:
  • Deathbolt
  • Events
    • Unit - a unit starts the effects of an ability
  • Conditions
    • (ability being cast) equal to deathbolt
  • Actions
    • Unit - pause (target unit of ability being cast)
    • Wait 0.50 seconds
    • Unit - unpause (target unit of ability being cast)
    • Unit - Set (Target unit of ability being cast) movement speed to ((Default movement speed of (Triggering unit)) / 4.00)
    • Wait 0.25 seconds
    • Unit - Set (Target unit of ability being cast) movement speed to ((Default movement speed of (Triggering unit)) / 3.00)
    • Wait 0.25 seconds
    • Unit - Set (Target unit of ability being cast) movement speed to ((Default movement speed of (Triggering unit)) / 2.00)
    • Wait 0.25 seconds
    • Unit - Set (Target unit of ability being cast) movement speed to (Default movement speed of (Triggering unit))
in the ability i used the lightning effect finger of death, and it isn't showing either, any1 know what could be wrong?
 
Top