NEW COMMAND "TRANSFORM"
It would be very interesting to have a command that allows one creature to transform into another. I had designed this function for werewolves :-) or turn vampires into bats.
some like this:
; Transform the user into a MINI_FIREDEMON for some seconds. Name = SPELL_TRANSFORM CastAtThing = 0 ShotModel = NOSHOT SpellPower = NOPOWER ; Set duration to 0 to make the transformation permanent. Duration = 600 AuraEffect = EFFECT_TINY_SPARKS AuraDuration = 600 AuraFrequency = 4 Transform = MINI_FIREDEMON SelfCasted = 1 25 1 SymbolSprites = 768 770
we already have a PR for this from Walter, there's one little thing left to fix but he's busy currently.
@walt253