July 23, 20169 yr So right now I have this code: if(getChatbox().contains(Chatbox.MessageType.PLAYER, listQuestions)){ } With listQuestions being an Array with Strings, unfortunately it gives me and NPE, no idea why thought. I only need a players message Edited July 23, 20169 yr by GaetanoH
July 23, 20169 yr http://osbot.org/api/org/osbot/rs07/listener/MessageListener.html add a message listener?
July 23, 20169 yr Author http://osbot.org/api/org/osbot/rs07/listener/MessageListener.html add a message listener? Holy shit forgot about that. I've already used one in my script thought! Thanks
Create an account or sign in to comment