Jump to content

[HELP] Killcounter


Recommended Posts

Posted

I need a bit of help, i'm trying to add a killcounter to my script with:

 

This is in onLoop:

if(npc.getAnimation() == 836){

killCount ++;

log("KC added");

} else {

log("Something is wrong");

}

 

In paint ive got:

 

​g.drawString("Kill Count: " + killCount, 320, 330);

 

Any ideas how to get this working? If i run this at it is my whole CPU goes to osbot, taking all processing power.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...