kewaj40930 Posted October 20, 2020 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?
kewaj40930 Posted October 20, 2020 Author 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