kewaj40930 Posted October 20, 2020 Share Posted October 20, 2020 getObjects().closest("Staircase"); In lummy top bank returning null Have also tried with the ID of the staircase with the same result. Does anyone know what could be causing this as i am in range of the object? Quote Link to comment Share on other sites More sharing options...
kewaj40930 Posted October 20, 2020 Author Share Posted October 20, 2020 28 minutes ago, Malcolm said: what is your code? Works for me. final RS2Object stairs = getObjects().closest("Staircase"); if (stairs != null) { log("NOT NULL"); } Sorry! It was just me being a dumbass and using the wrong variable name lol. Thanks for the help though Issue fixed. 1 Quote Link to comment Share on other sites More sharing options...