Jump to content

WebWalkevent Break Condition


Recommended Posts

Posted
WebWalkEvent webEvent = new WebWalkEvent(Position);
webEvent.setBreakCondition(new Condition() {
	@Override
	public boolean evaluate() {
		return (getSkills().getDynamic(Skill.HITPOINTS) < 5);
	}
});
execute(webEvent);

I've looked around on ways to set a break condition for my WebWalkEvent when my bot is low on health, but I'm getting these red lines from all of the code I see without any option to import anything.

image.png.a5376ac00ad8d2bac45615527387e373.png

Is there anything I am missing here? I've yet to see anyone else mention this.

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...