Jump to content

WebWalkevent Break Condition


virtusnex

Recommended Posts

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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