Hi
I've been trying to make script that does stuff when the player has a certain item out, but I can't find what function you need to use to get the item the player is holding. So far, i've tried the getMountedImage function for detecting the item, but it returns true if the player holds anything, not just the renderman detector.
if(!%this.getMountedImage(0) == "RenderDetectorImage") {
Help :(