Ive only just started trying to write scritps and wrote a basic fisher/cooker and now I'm tryna combine them. Everything was going find until suddenly the script stopped updating when I made changes and re-imported. I'm brand new to java/eclipse, but not to programming in general. I'm not sure why it's not updating. I know its not updating because at the end of my onLoop I had a log("onLoop run"); and I changed it to log("onLoop run successfully)"; but nothing has changed:
 
	Heres my OSBot scripts folder
 
	
 
	And heres my script selector
 
	
 
	I'm compiling the script as described in Apaecs tutorial:
 
 
	Any ideas?