that did help stop giving me a null error but my script seems to not run, i'm extending the mainclass off taskscript and on my onStart() i have this
public void onStart(String... args){
iniTime = System.currentTimeMillis();
iniXp = Skill.MAGIC.getExperience();
setLoopDelay(450, 600);
add(new...