Hi guys. My hero uses the Tac Nuke Strike ability. I've shortened the delay on the ability so that the nuke drops 10 seconds after the ability is cast instead of 20 seconds after. My problem is that the Ghost Nuke Indicator model's animation takes 20 seconds to play. How can I make the animation speed up and play in 10 seconds?
(the actor that plays the animation is Ghost Nuke Indicator)
(the asset for the Ghost Nuke Indicator model is GhostLaserLines.m3)
Hi guys. My hero uses the Tac Nuke Strike ability. I've shortened the delay on the ability so that the nuke drops 10 seconds after the ability is cast instead of 20 seconds after. My problem is that the Ghost Nuke Indicator model's animation takes 20 seconds to play. How can I make the animation speed up and play in 10 seconds?
(the actor that plays the animation is Ghost Nuke Indicator)
(the asset for the Ghost Nuke Indicator model is GhostLaserLines.m3)
in the actor(ghost nuke indicator) you will need to set the animation play time to whatever length you need
event. ability.used.
Animsetduration. to length
I beleive that will work
@nevjmac: Go
[Edit]
It worked! Thank you!