Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
Hello, I have a Fast Question and need a Fast Anwser... do Create Destructible cause any Problems to the Map because I’m using Destructibles as Effects (Not Units or Special Effects) because I can Scale them Instantly when created / set a variable to them and Removed them Afterwards easily...
Creating Destructibles could work fine but you can do the same thing with Units/Special Effects.
That being said, I would definitely use Special Effects. They have the most control (at least on newer patches) and there's no unnecessary overhead.
You can adjust the scale, color, alpha, pitch, roll, yaw, height, time, timescale, and animations of Special Effects.
Actions
Special Effect - Create a special effect at (Center of (Playable map area)) using Abilities\Spells\Other\AcidBomb\BottleMissile.mdl
Special Effect - Set Scale of (Last created special effect) to 2.50
Set Variable Sfx = (Last created special effect)
Wait 2.00 seconds
Special Effect - Destroy Sfx
It's one extra line of code to adjust the Scale but you're enabling yourself a lot more control as well as improving performance since there's no unnecessary data stored to the object (Hit Points, Name, etc).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.