Thanks for the fast replies guys! I have read that starting tutorial and it makes sense so far.
Since it's java we're working on I assume that OSBot is multi-thread right? My biggest problem with Simba is that it's single-thread only (due to no one wanting to program it in lol)
I downloaded a free script to pick apart and the tutorial posted by Jarl only imports java.awt.Graphics2D but has calls to methods in osbot while the free script had all sorts of calls to import things from osbot. Is the whole library included by default or do you have to import each one seperately?