YattaYatta 10 Posted January 26, 2014 Is it possible to check if the player is *using* (not just having in inventory or in hand) zoom items such as rifle scope, binoculars, laser designator ... ? Share this post Link to post Share on other sites
das attorney 858 Posted January 26, 2014 if (currentWeapon player == "binocular" and {cameraView == "Gunner"}) then { hint "you are looking at Marty McFly's mum through your binoculars"; }; ;) Share this post Link to post Share on other sites
YattaYatta 10 Posted January 26, 2014 Ok, the gunner of the binoculars. Makes sense. :D Thanks a bunch. Share this post Link to post Share on other sites