Alt Heroes
I'm creating a d-mod using an alternate hero but can't figure out how. I looked in the alt hero tutorial but it only covered changing Dink right from the beginning, how do I morph him into something else during the game?
I'm not pretty sure how to do this, but I think you should, in a script, first make some effect that makes the person notice that the morphing is happening (like the morph rune in POTA).
Then, change the sp_base_walk and I think the sp_base_attack of the hero to the creature/people you want to change it to. I guess the sp_base_idle isn't very needed, so you can turn its base_idle into zero or just delete it.
Ah, and don't forget to turn the push_active to 0, if not, when you push something, it will turn into Dink.
Hope this helps
Then, change the sp_base_walk and I think the sp_base_attack of the hero to the creature/people you want to change it to. I guess the sp_base_idle isn't very needed, so you can turn its base_idle into zero or just delete it.
Ah, and don't forget to turn the push_active to 0, if not, when you push something, it will turn into Dink.
Hope this helps
