slimjim7 Posted May 16, 2020 Posted May 16, 2020 trying to write my first script keep running into what i believe to be easy fixes but cant get passed them figured i would se if anyone care to help me get through my first script set up and give some pointers im trying to do public final void onStart(){ LOG("GoblinKiller Is Running Happy Botting!"); keep getting error(,9 22)(9,34)(10,54)(9,32)(11,6)(16,2) i dont understand why
Sib Posted May 16, 2020 Posted May 16, 2020 You have LOG in upper case, try change it to log log("GoblinKLiller Is running Happy Botting!"); 1