I want to get the messages from players in the chatbox and it works only when one message from one player was sent, but as soon as another player talks, i get this error:
[ERROR][bot #1][05/28 10:59:29 PM]: Error in script executor!
java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at org.osbot.rs07.api.Chatbox.getMessages(ae:106)
at testtalk.main.onLoop(main.java:61)
at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(um:22)
at java.lang.Thread.run(Unknown Source)
this is the code I use: chatbox.getMessages(MessageType.PLAYER)
I tried to insert them in a list with addall() but it doesn't work I got same error
Or is there any other ways to get the messages