so...
Area[] lumbridgeSpawn = {
new Area(3217, 3219, 3217, 3224),
new Area(3217, 3226, 3226, 3212)
};
then
if (area.contains(myPosition()) {
getWalking.webWalk(newArea);
}
would that be right?
And these are the imports I have...
import org.osbot.rs07.api.map.Area;
import org.osbot.rs07.script.Script;
import org.osbot.rs07.api.model.Player;
import org.osbot.rs07.api.Walking;
import org.osbot.rs07.script.ScriptManifest;
import java.awt.*;