- Joined
- Aug 15, 2008
- Messages
- 448
Hello, I'm having some problems with unit attacks. The "subject" is a structure called ADS tower (Automatic Defence System): at the beginning is weaponless, you can upgrad it to 2 twin linked anti-infantry cannons or a double rocket launcher. Once you've upgraded it, you can upgrade it againt to a fully upgraded one with both anti-infantry cannons and rocket launchers. Since I'd like to make the towers to attack with both weapons (and not using them only for specific targets) I'm trying to make the tower attack with both first and second attack. The problem is the seguent: anti-infantry cannons have a range of 1200 and an attack speed of 0.25 while the rocket launcher a range of 1600 and an attack speed of 2.50; I've tried to give the turret a rocket ability and make it shoot it with a trigger that checks if the turret has an enemy mechanical unit within 1600, but it didn't function; I've tried to give the turret two attacks, but it uses only the anti-infantry one... so, what to do now??