Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. E

    Question Task validate and execute

    public class WalkToNPC extends Task { private Player me; private static final Area area = new Area.Rectangular(new Coordinate(XXXX, XXXX, 0), new Coordinate(XXXX, XXXX, 0)); @Override public boolean validate() { me = Players.getLocal(); return me != null &&...
Top