Jump to content

qverkk1

Members
  • Posts

    3
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

515 profile views

qverkk1's Achievements

Newbie

Newbie (1/10)

0

Reputation

  1. Okay i have it working, it may be closed now. Czar helped me
  2. NPC npc = npcs.closest(new Filter<NPC>()
  3. 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 New...