Hi,
I’ve added a “barrage” ability to my battlecruiser where it increases its rate of fire for 10 seconds.
What I would like is for it to shutdown (like its used all its power firing) for 20 seconds.
My idea was to add the same result as the EMP weapon but have it target the ship firing it instead of the target.
AddWeaponResult(NewWeaponType,"Hit","Disable","Owner",20000,100000,"");
AddWeaponResult(NewWeaponType,"Miss","Disable","Owner",20000,100000,"");
But it still disables the target ship.
Karos says “Owner” is a valid argument but having searched the other wepn files I can’t find any that use it.
Any ideas?


