Unit and dummy question

Level 5
Joined
May 13, 2004
Messages
125
I would like to know if it's possible to make a trigger/jass function with a dummy unit placed over the caster and the dummy is able to shoot and the caster move at the same time? Caster wouldn't have any attack by that time. Dummy unit is ranged and rotates to face the enemy and attacks, no instant turns. Also the dummy will face the same way as the caster if there are no enemies in range.
 
Level 14
Joined
Nov 25, 2004
Messages
1,185
Well... your tank will move :D, turret will follow. Move instant doesn't change facing so the turret will shoot without problems. You can set its target to tank's target. I have no idea how to make it return back to its location. Maybe trigger so if it doesn't shoot for 5 seconds, return to tank's facing.
 
Top