Just used a tutorial by Awesome123man and got this:
import com.runemate.game.api.script.Execution; import com.runemate.game.api.hyb - Pastebin.com
was wondering if it makes sense?
Also, where do I go from here to see if it actually works ingame?
I'm trying to make an onion picker.
Been trying to use This
publicclass main extendsAbstractScript{
publicTimer t;
publicstaticint runEnergy =0;
publicvoid onStart(){
log("hello");
t =newTimer();
}
publicvoid onPaint(Graphics2D g){...