When I create a specific creep in my map, I would like to also create an doodad (cinematic - blue fire) within the unit so it looks like it's radiating cool blue stuff
I used the trigger
Animation - Play the stand animation for all doodads of type Fire Blue (Large) within 30.00 of (Position of Titan)
THe blue fire has these custom changes to it:
Art - Default scale 2.5 Art - Floats True Art - Selection size: 0.00 Editor - Maximum scale 2.5 Pathing - walkable true
It ain't showin up! at all. It doesn't even create it where the Titan was spawned. help plz
In order for it to create an animation, the thing has to be spawned first. You are telling something that doesn't exist to animate. You should probably look under special attachment or something and attach the doodad blue fire to torso of the spawned creep. Hope that helps. -Blue
Only destructables can be created trhough triggers. So make a destructable doodad with the blue fire model file and create that destructable when that creep spawns. If you want that doodad to dissapear, you can either have a region and then have a "pick dectructables in region and kill picked destructable" or set a variable when you create the doodad, then remove that variable/doodad through the "doodad- remove" event when you want the fire to dissapear. -VGsatomi
Only destructables can be created trhough triggers. So make a destructable doodad with the blue fire model file and create that destructable when that creep spawns. If you want that doodad to dissapear, you can either have a region and then have a "pick dectructables in region and kill picked destructable" or set a variable when you create the doodad, then remove that variable/doodad through the "doodad- remove" event when you want the fire to dissapear. -VGsatomi