Hey guys, Like the title suggests i'm trying to modify return fire the sharpshooter perk. To prevent doing anyhting silly i've created a new ability called primaryReturnFire and copied the template setup from the sharpshooter ability set. Now if I do not change anything the new class has return fire, albeit under a different name, primaryReturnFire. The crux of this, as far as I can see, is the X2Returnfire_effect: You can see in the snippet that the return fire effect activates the PistolReturnFire ability, which in turn causes a pistol overwatchShot. So I guess what I want to do is have a standard overwatch shot, I checked out how overwatch ability set up the covering fire effect but had not result, i'm wondering if i'm missing something that actually triggers the shooting part of the ability. Any help would be appreciated, heres a link to the mod on github. I believe there are two parts of this reactive ability: --Initial setup template - sets skill name and skill trigger-- --Actual shooting part-- I'm a bit of a github noob so hopefully this will do: https://github.com/megamattman/mattclass2.git