So it's not just me? Trying to write my first script here, but it just won't move when told to.
public static Area bankArea = new Area.Polygonal(
new Coordinate(2331, 3691, 0),
new Coordinate(2331, 3687, 0),
new Coordinate(2328, 3687, 0),
new Coordinate(2328, 3691, 0)
)...