Hello! So whenever I try to type a string to the keyboard I get this error.
getKeyboard().typeString("250", true);
[ERROR][Bot #1][07/31 02:25:53 PM]: Error in script executor!
java.lang.NullPointerException
at core.Main.onLoop(Main.java:386)
at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(kl:223)
at java.lang.Thread.run(Unknown Source)
I've tried keyboard.typeString() and getKeyboard().typeString() but nothing seems to be working. Anyone got any ideas?