I'm trying to make custom ability that let's you morph to a unit permanently. I created the morph with no delay and it was turning from a custom unit to another custom unit I have made before. But for some reason when the unit morphs it won't change the actor at all. Just the portrait and the unit disappears but not the real model/actor. And when I die and revive it would change the actor then. But I need to make it so the actor changes right away. Can anyone help?
do you destroy the old actor when the morph is finished and do you create the new actor when the morph is finished? this is done in data - actors - events ( ability.morph.finished -> create; ability.morph.finished -> destroy)
For some reason the destroy works but when i do ability.morph.create the actor would not create and the unit has no actors after. Why wouldn't it create the actor? any ideas?
you are in the actor it should create and not in the actor that you destroy? anyway fastest way would be to check any actor with a morph ability and just copy as it is done there.
I'm trying to make custom ability that let's you morph to a unit permanently. I created the morph with no delay and it was turning from a custom unit to another custom unit I have made before. But for some reason when the unit morphs it won't change the actor at all. Just the portrait and the unit disappears but not the real model/actor. And when I die and revive it would change the actor then. But I need to make it so the actor changes right away. Can anyone help?
@WYCKOFF: Go
do you destroy the old actor when the morph is finished and do you create the new actor when the morph is finished? this is done in data - actors - events ( ability.morph.finished -> create; ability.morph.finished -> destroy)
Oh thank you I'll try that as soon i get back to my editor!
For some reason the destroy works but when i do ability.morph.create the actor would not create and the unit has no actors after. Why wouldn't it create the actor? any ideas?
@WYCKOFF: Go
you are in the actor it should create and not in the actor that you destroy? anyway fastest way would be to check any actor with a morph ability and just copy as it is done there.
I I'd for both cuz it dont work still nope...