I'm trying to make a unit behave as the changeling once it disguises as an enemy, the unit won't morph but won't be attacked by enemy units like the changeling.
It won't work to simply make it invulnerable as I want only zerg units not to attack him. I though using the changeling disguise stuff but could only find a "mimic" effect and if I add it with a behavior (current ability is instant apply behavior to caster and behavior has periodic mimic effect) it doesn't work.
Any ideas for the changeling? Something I missed? Any other way to do it?
Rollback Post to RevisionRollBack
I like the lore. Check my latest projects at:
My Profile and My Team
There are many ways to do this, depending on the subtleties of the mechanics you want used.
The easiest would probably be to make a behavior with the modification flag of benign. This makes a unit basically not auto attack able, but can be attacked if specifically ordered
Hello, It's me again.
I'm trying to make a unit behave as the changeling once it disguises as an enemy, the unit won't morph but won't be attacked by enemy units like the changeling.
It won't work to simply make it invulnerable as I want only zerg units not to attack him. I though using the changeling disguise stuff but could only find a "mimic" effect and if I add it with a behavior (current ability is instant apply behavior to caster and behavior has periodic mimic effect) it doesn't work.
Any ideas for the changeling? Something I missed? Any other way to do it?
There are many ways to do this, depending on the subtleties of the mechanics you want used.
The easiest would probably be to make a behavior with the modification flag of benign. This makes a unit basically not auto attack able, but can be attacked if specifically ordered
@ezbeats: Go OMG I love you! Solved.