lordbevan1 Posted October 18, 2017 Share Posted October 18, 2017 (edited) I'm thinking of making a mod which adds 5% damage to weapons when you aim, but I have no idea how to make a script to detect when you're aiming. Any help? Edited October 18, 2017 by lordbevan1 Link to comment Share on other sites More sharing options...
TommInfinite Posted October 19, 2017 Share Posted October 19, 2017 if isControlPressed 6 if PlayerRef.HasPerk MyPerk else PlayerRef.addperk MyPerk endif else if PlayerRef.HasPerk MyPerk PlayerRef.removeperk MyPerk endif endifMyPerk will give player +5 to overall damage.This is the first thing that comes to mind. Link to comment Share on other sites More sharing options...
lordbevan1 Posted October 19, 2017 Author Share Posted October 19, 2017 thank you! Link to comment Share on other sites More sharing options...
Recommended Posts