Sorry, I need a quick refresher. How do you make it so you only see a unit's shadow, most specifically a barracks or command center (like when they are lifted up).
Thanks.
I think
THIS would be what you're looking for... Just remember to make it so they detect them for a second, most newbs get the disable and enable part, but they don't get the detection part.
Disable doodad state for (Building)
Wait for 100 milliseconds
Enable doodad state for (Building)
Wait for 100 milliseconds
Enable doodad state for (Building)
Wait for 100 milliseconds
Teleport/Move units (Building) to location X
You cannot see the building while this is happening or the game will crash. You also need to use map revealers to get the detection.
Nobody, I believe you need to use an actual detecter such as an observer, since map revealers don't detect cloaked units.
You can share vision as well to get the effect.
And you don't need to do enable enable if you simply want the building to cloak. The enables are only their for if you want the building to function as a normal building, if you just want the shadow/look of the building, then you only have to disable it.
I reccomend doing it during a map intro and just using shared vision for around 5 seconds while it happens, while holding the screen over a black patch somewhere. That's what I'll be doing in my current map...