• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

JASS problem, just dont know one thing.

Status
Not open for further replies.
Level 4
Joined
Oct 28, 2012
Messages
82
Code:
call SetUnitTimeScalePercent(bj_lastCreatedUnit,0.00)
Need explain :D nothing more (this time).
 
SetUnitTimeScalePercent will adjust the animation speed of a unit by a certain percent. If you put in 50, then the unit will now play its animations at 50% speed (it'll take twice as long to do the animations). It can be a cool effect for making some slow-motion scenes.

Setting it to 0 will freeze their animation because they'll move at 0% speed.

Setting it to negative will do some crazy reverse stuff.
http://www.wc3c.net/showthread.php?p=1056340
 
Status
Not open for further replies.
Top