Page 1 of 1

Projectile MOVE

Posted: Fri Jun 29, 2007 5:01 pm
by gugusm
Is there a way to move some projectiles on map by scripting? I know I could make another ones in place I want them to move, but in a larger scale I'd probably hit some Myth limits. So, is it possible to do? I think not, but maybe you could post here any other good solution to solve this problem.

Posted: Fri Jun 29, 2007 5:17 pm
by Pyro
I'm positive there is no way to move projectiles with scripting unless you script a unit to pick it up and drop it. One way you can make it appear like you have is by having a unit with its death proj group be that one projectile. And with script you have a unit somewhere in the edge of the map as ambient that is given the first proj and have the new unit visible and kill it with scripting.

This will make the proj disappear from its starting location and appear in its second location... even though you know it isn't the same projectile.

Posted: Fri Jun 29, 2007 5:25 pm
by gugusm
Thanks Pyro, I thought about that and maybe it'll be the best idea. However, I'm still waiting for your proposals...